Convert indentation to tabs and change line ending to Unix.

Signed-off-by: Edwin <tkaw220@gmail.com>
This commit is contained in:
Edwin
2013-07-02 11:44:52 +08:00
parent 7d148ad0ac
commit 043e7fb1ce
6 changed files with 534 additions and 534 deletions

View File

@@ -4,11 +4,11 @@ use Illuminate\Support\Facades\Facade;
class Cart extends Facade {
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'cart'; }
/**
* Get the registered name of the component.
*
* @return string
*/
protected static function getFacadeAccessor() { return 'cart'; }
}