@@ -7,12 +7,12 @@ |
||
7 | 7 | class Respond extends Facade { |
8 | 8 | |
9 | 9 | |
10 | - /** |
|
11 | - * Get the registered name of the component. |
|
12 | - * |
|
13 | - * @return string |
|
14 | - */ |
|
15 | - protected static function getFacadeAccessor() |
|
10 | + /** |
|
11 | + * Get the registered name of the component. |
|
12 | + * |
|
13 | + * @return string |
|
14 | + */ |
|
15 | + protected static function getFacadeAccessor() |
|
16 | 16 | { |
17 | 17 | return 'Anetwork\Respond\Messages'; |
18 | 18 | } |