@@ -15,13 +15,13 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | class Broadcast extends Facade |
| 17 | 17 | { |
| 18 | - /** |
|
| 19 | - * Get the registered name of the component. |
|
| 20 | - * |
|
| 21 | - * @return string |
|
| 22 | - */ |
|
| 23 | - protected static function getFacadeAccessor() |
|
| 24 | - { |
|
| 25 | - return BroadcastingFactoryContract::class; |
|
| 26 | - } |
|
| 18 | + /** |
|
| 19 | + * Get the registered name of the component. |
|
| 20 | + * |
|
| 21 | + * @return string |
|
| 22 | + */ |
|
| 23 | + protected static function getFacadeAccessor() |
|
| 24 | + { |
|
| 25 | + return BroadcastingFactoryContract::class; |
|
| 26 | + } |
|
| 27 | 27 | } |
@@ -38,13 +38,13 @@ |
||
| 38 | 38 | */ |
| 39 | 39 | class DB extends Facade |
| 40 | 40 | { |
| 41 | - /** |
|
| 42 | - * Get the registered name of the component. |
|
| 43 | - * |
|
| 44 | - * @return string |
|
| 45 | - */ |
|
| 46 | - protected static function getFacadeAccessor() |
|
| 47 | - { |
|
| 48 | - return 'db'; |
|
| 49 | - } |
|
| 41 | + /** |
|
| 42 | + * Get the registered name of the component. |
|
| 43 | + * |
|
| 44 | + * @return string |
|
| 45 | + */ |
|
| 46 | + protected static function getFacadeAccessor() |
|
| 47 | + { |
|
| 48 | + return 'db'; |
|
| 49 | + } |
|
| 50 | 50 | } |
@@ -18,13 +18,13 @@ |
||
| 18 | 18 | */ |
| 19 | 19 | class View extends Facade |
| 20 | 20 | { |
| 21 | - /** |
|
| 22 | - * Get the registered name of the component. |
|
| 23 | - * |
|
| 24 | - * @return string |
|
| 25 | - */ |
|
| 26 | - protected static function getFacadeAccessor() |
|
| 27 | - { |
|
| 28 | - return 'view'; |
|
| 29 | - } |
|
| 21 | + /** |
|
| 22 | + * Get the registered name of the component. |
|
| 23 | + * |
|
| 24 | + * @return string |
|
| 25 | + */ |
|
| 26 | + protected static function getFacadeAccessor() |
|
| 27 | + { |
|
| 28 | + return 'view'; |
|
| 29 | + } |
|
| 30 | 30 | } |
@@ -24,13 +24,13 @@ |
||
| 24 | 24 | */ |
| 25 | 25 | class Response extends Facade |
| 26 | 26 | { |
| 27 | - /** |
|
| 28 | - * Get the registered name of the component. |
|
| 29 | - * |
|
| 30 | - * @return string |
|
| 31 | - */ |
|
| 32 | - protected static function getFacadeAccessor() |
|
| 33 | - { |
|
| 34 | - return ResponseFactoryContract::class; |
|
| 35 | - } |
|
| 27 | + /** |
|
| 28 | + * Get the registered name of the component. |
|
| 29 | + * |
|
| 30 | + * @return string |
|
| 31 | + */ |
|
| 32 | + protected static function getFacadeAccessor() |
|
| 33 | + { |
|
| 34 | + return ResponseFactoryContract::class; |
|
| 35 | + } |
|
| 36 | 36 | } |
@@ -15,13 +15,13 @@ |
||
| 15 | 15 | */ |
| 16 | 16 | class Crypt extends Facade |
| 17 | 17 | { |
| 18 | - /** |
|
| 19 | - * Get the registered name of the component. |
|
| 20 | - * |
|
| 21 | - * @return string |
|
| 22 | - */ |
|
| 23 | - protected static function getFacadeAccessor() |
|
| 24 | - { |
|
| 25 | - return 'encrypter'; |
|
| 26 | - } |
|
| 18 | + /** |
|
| 19 | + * Get the registered name of the component. |
|
| 20 | + * |
|
| 21 | + * @return string |
|
| 22 | + */ |
|
| 23 | + protected static function getFacadeAccessor() |
|
| 24 | + { |
|
| 25 | + return 'encrypter'; |
|
| 26 | + } |
|
| 27 | 27 | } |
@@ -91,13 +91,13 @@ |
||
| 91 | 91 | */ |
| 92 | 92 | class Request extends Facade |
| 93 | 93 | { |
| 94 | - /** |
|
| 95 | - * Get the registered name of the component. |
|
| 96 | - * |
|
| 97 | - * @return string |
|
| 98 | - */ |
|
| 99 | - protected static function getFacadeAccessor() |
|
| 100 | - { |
|
| 101 | - return 'request'; |
|
| 102 | - } |
|
| 94 | + /** |
|
| 95 | + * Get the registered name of the component. |
|
| 96 | + * |
|
| 97 | + * @return string |
|
| 98 | + */ |
|
| 99 | + protected static function getFacadeAccessor() |
|
| 100 | + { |
|
| 101 | + return 'request'; |
|
| 102 | + } |
|
| 103 | 103 | } |
@@ -23,13 +23,13 @@ |
||
| 23 | 23 | */ |
| 24 | 24 | class Redirect extends Facade |
| 25 | 25 | { |
| 26 | - /** |
|
| 27 | - * Get the registered name of the component. |
|
| 28 | - * |
|
| 29 | - * @return string |
|
| 30 | - */ |
|
| 31 | - protected static function getFacadeAccessor() |
|
| 32 | - { |
|
| 33 | - return 'redirect'; |
|
| 34 | - } |
|
| 26 | + /** |
|
| 27 | + * Get the registered name of the component. |
|
| 28 | + * |
|
| 29 | + * @return string |
|
| 30 | + */ |
|
| 31 | + protected static function getFacadeAccessor() |
|
| 32 | + { |
|
| 33 | + return 'redirect'; |
|
| 34 | + } |
|
| 35 | 35 | } |
@@ -14,13 +14,13 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | class Lang extends Facade |
| 16 | 16 | { |
| 17 | - /** |
|
| 18 | - * Get the registered name of the component. |
|
| 19 | - * |
|
| 20 | - * @return string |
|
| 21 | - */ |
|
| 22 | - protected static function getFacadeAccessor() |
|
| 23 | - { |
|
| 24 | - return 'translator'; |
|
| 25 | - } |
|
| 17 | + /** |
|
| 18 | + * Get the registered name of the component. |
|
| 19 | + * |
|
| 20 | + * @return string |
|
| 21 | + */ |
|
| 22 | + protected static function getFacadeAccessor() |
|
| 23 | + { |
|
| 24 | + return 'translator'; |
|
| 25 | + } |
|
| 26 | 26 | } |
@@ -13,13 +13,13 @@ |
||
| 13 | 13 | */ |
| 14 | 14 | class Hash extends Facade |
| 15 | 15 | { |
| 16 | - /** |
|
| 17 | - * Get the registered name of the component. |
|
| 18 | - * |
|
| 19 | - * @return string |
|
| 20 | - */ |
|
| 21 | - protected static function getFacadeAccessor() |
|
| 22 | - { |
|
| 23 | - return 'hash'; |
|
| 24 | - } |
|
| 16 | + /** |
|
| 17 | + * Get the registered name of the component. |
|
| 18 | + * |
|
| 19 | + * @return string |
|
| 20 | + */ |
|
| 21 | + protected static function getFacadeAccessor() |
|
| 22 | + { |
|
| 23 | + return 'hash'; |
|
| 24 | + } |
|
| 25 | 25 | } |