@@ -50,13 +50,13 @@ |
||
50 | 50 | */ |
51 | 51 | class File extends Facade |
52 | 52 | { |
53 | - /** |
|
54 | - * Get the registered name of the component. |
|
55 | - * |
|
56 | - * @return string |
|
57 | - */ |
|
58 | - protected static function getFacadeAccessor() |
|
59 | - { |
|
60 | - return 'files'; |
|
61 | - } |
|
53 | + /** |
|
54 | + * Get the registered name of the component. |
|
55 | + * |
|
56 | + * @return string |
|
57 | + */ |
|
58 | + protected static function getFacadeAccessor() |
|
59 | + { |
|
60 | + return 'files'; |
|
61 | + } |
|
62 | 62 | } |
@@ -5,15 +5,13 @@ |
||
5 | 5 | /** |
6 | 6 | * @see \Illuminate\Filesystem\Filesystem |
7 | 7 | */ |
8 | -class File extends Facade |
|
9 | -{ |
|
8 | +class File extends Facade { |
|
10 | 9 | /** |
11 | 10 | * Get the registered name of the component. |
12 | 11 | * |
13 | 12 | * @return string |
14 | 13 | */ |
15 | - protected static function getFacadeAccessor() |
|
16 | - { |
|
14 | + protected static function getFacadeAccessor() { |
|
17 | 15 | return 'files'; |
18 | 16 | } |
19 | 17 | } |
@@ -33,13 +33,13 @@ |
||
33 | 33 | */ |
34 | 34 | class Session extends Facade |
35 | 35 | { |
36 | - /** |
|
37 | - * Get the registered name of the component. |
|
38 | - * |
|
39 | - * @return string |
|
40 | - */ |
|
41 | - protected static function getFacadeAccessor() |
|
42 | - { |
|
43 | - return 'session'; |
|
44 | - } |
|
36 | + /** |
|
37 | + * Get the registered name of the component. |
|
38 | + * |
|
39 | + * @return string |
|
40 | + */ |
|
41 | + protected static function getFacadeAccessor() |
|
42 | + { |
|
43 | + return 'session'; |
|
44 | + } |
|
45 | 45 | } |
@@ -31,15 +31,13 @@ |
||
31 | 31 | * @see \Illuminate\Session\SessionManager |
32 | 32 | * @see \Illuminate\Session\Store |
33 | 33 | */ |
34 | -class Session extends Facade |
|
35 | -{ |
|
34 | +class Session extends Facade { |
|
36 | 35 | /** |
37 | 36 | * Get the registered name of the component. |
38 | 37 | * |
39 | 38 | * @return string |
40 | 39 | */ |
41 | - protected static function getFacadeAccessor() |
|
42 | - { |
|
40 | + protected static function getFacadeAccessor() { |
|
43 | 41 | return 'session'; |
44 | 42 | } |
45 | 43 | } |
@@ -47,13 +47,13 @@ |
||
47 | 47 | */ |
48 | 48 | class Route extends Facade |
49 | 49 | { |
50 | - /** |
|
51 | - * Get the registered name of the component. |
|
52 | - * |
|
53 | - * @return string |
|
54 | - */ |
|
55 | - protected static function getFacadeAccessor() |
|
56 | - { |
|
57 | - return 'router'; |
|
58 | - } |
|
50 | + /** |
|
51 | + * Get the registered name of the component. |
|
52 | + * |
|
53 | + * @return string |
|
54 | + */ |
|
55 | + protected static function getFacadeAccessor() |
|
56 | + { |
|
57 | + return 'router'; |
|
58 | + } |
|
59 | 59 | } |
@@ -45,15 +45,13 @@ |
||
45 | 45 | * |
46 | 46 | * @see \Illuminate\Routing\Router |
47 | 47 | */ |
48 | -class Route extends Facade |
|
49 | -{ |
|
48 | +class Route extends Facade { |
|
50 | 49 | /** |
51 | 50 | * Get the registered name of the component. |
52 | 51 | * |
53 | 52 | * @return string |
54 | 53 | */ |
55 | - protected static function getFacadeAccessor() |
|
56 | - { |
|
54 | + protected static function getFacadeAccessor() { |
|
57 | 55 | return 'router'; |
58 | 56 | } |
59 | 57 | } |
@@ -12,13 +12,13 @@ |
||
12 | 12 | */ |
13 | 13 | class Redis extends Facade |
14 | 14 | { |
15 | - /** |
|
16 | - * Get the registered name of the component. |
|
17 | - * |
|
18 | - * @return string |
|
19 | - */ |
|
20 | - protected static function getFacadeAccessor() |
|
21 | - { |
|
22 | - return 'redis'; |
|
23 | - } |
|
15 | + /** |
|
16 | + * Get the registered name of the component. |
|
17 | + * |
|
18 | + * @return string |
|
19 | + */ |
|
20 | + protected static function getFacadeAccessor() |
|
21 | + { |
|
22 | + return 'redis'; |
|
23 | + } |
|
24 | 24 | } |
@@ -10,15 +10,13 @@ |
||
10 | 10 | * @see \Illuminate\Redis\RedisManager |
11 | 11 | * @see \Illuminate\Contracts\Redis\Factory |
12 | 12 | */ |
13 | -class Redis extends Facade |
|
14 | -{ |
|
13 | +class Redis extends Facade { |
|
15 | 14 | /** |
16 | 15 | * Get the registered name of the component. |
17 | 16 | * |
18 | 17 | * @return string |
19 | 18 | */ |
20 | - protected static function getFacadeAccessor() |
|
21 | - { |
|
19 | + protected static function getFacadeAccessor() { |
|
22 | 20 | return 'redis'; |
23 | 21 | } |
24 | 22 | } |
@@ -28,13 +28,13 @@ |
||
28 | 28 | */ |
29 | 29 | class Cache extends Facade |
30 | 30 | { |
31 | - /** |
|
32 | - * Get the registered name of the component. |
|
33 | - * |
|
34 | - * @return string |
|
35 | - */ |
|
36 | - protected static function getFacadeAccessor() |
|
37 | - { |
|
38 | - return 'cache'; |
|
39 | - } |
|
31 | + /** |
|
32 | + * Get the registered name of the component. |
|
33 | + * |
|
34 | + * @return string |
|
35 | + */ |
|
36 | + protected static function getFacadeAccessor() |
|
37 | + { |
|
38 | + return 'cache'; |
|
39 | + } |
|
40 | 40 | } |
@@ -26,15 +26,13 @@ |
||
26 | 26 | * @see \Illuminate\Cache\CacheManager |
27 | 27 | * @see \Illuminate\Cache\Repository |
28 | 28 | */ |
29 | -class Cache extends Facade |
|
30 | -{ |
|
29 | +class Cache extends Facade { |
|
31 | 30 | /** |
32 | 31 | * Get the registered name of the component. |
33 | 32 | * |
34 | 33 | * @return string |
35 | 34 | */ |
36 | - protected static function getFacadeAccessor() |
|
37 | - { |
|
35 | + protected static function getFacadeAccessor() { |
|
38 | 36 | return 'cache'; |
39 | 37 | } |
40 | 38 | } |
@@ -17,13 +17,13 @@ |
||
17 | 17 | */ |
18 | 18 | class Artisan extends Facade |
19 | 19 | { |
20 | - /** |
|
21 | - * Get the registered name of the component. |
|
22 | - * |
|
23 | - * @return string |
|
24 | - */ |
|
25 | - protected static function getFacadeAccessor() |
|
26 | - { |
|
27 | - return ConsoleKernelContract::class; |
|
28 | - } |
|
20 | + /** |
|
21 | + * Get the registered name of the component. |
|
22 | + * |
|
23 | + * @return string |
|
24 | + */ |
|
25 | + protected static function getFacadeAccessor() |
|
26 | + { |
|
27 | + return ConsoleKernelContract::class; |
|
28 | + } |
|
29 | 29 | } |
@@ -15,15 +15,13 @@ |
||
15 | 15 | * |
16 | 16 | * @see \Illuminate\Contracts\Console\Kernel |
17 | 17 | */ |
18 | -class Artisan extends Facade |
|
19 | -{ |
|
18 | +class Artisan extends Facade { |
|
20 | 19 | /** |
21 | 20 | * Get the registered name of the component. |
22 | 21 | * |
23 | 22 | * @return string |
24 | 23 | */ |
25 | - protected static function getFacadeAccessor() |
|
26 | - { |
|
24 | + protected static function getFacadeAccessor() { |
|
27 | 25 | return ConsoleKernelContract::class; |
28 | 26 | } |
29 | 27 | } |
@@ -13,13 +13,13 @@ |
||
13 | 13 | */ |
14 | 14 | class Validator 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 'validator'; |
|
24 | - } |
|
16 | + /** |
|
17 | + * Get the registered name of the component. |
|
18 | + * |
|
19 | + * @return string |
|
20 | + */ |
|
21 | + protected static function getFacadeAccessor() |
|
22 | + { |
|
23 | + return 'validator'; |
|
24 | + } |
|
25 | 25 | } |
@@ -5,15 +5,13 @@ |
||
5 | 5 | /** |
6 | 6 | * @see \Illuminate\Validation\Factory |
7 | 7 | */ |
8 | -class Validator extends Facade |
|
9 | -{ |
|
8 | +class Validator extends Facade { |
|
10 | 9 | /** |
11 | 10 | * Get the registered name of the component. |
12 | 11 | * |
13 | 12 | * @return string |
14 | 13 | */ |
15 | - protected static function getFacadeAccessor() |
|
16 | - { |
|
14 | + protected static function getFacadeAccessor() { |
|
17 | 15 | return 'validator'; |
18 | 16 | } |
19 | 17 | } |
@@ -51,13 +51,13 @@ |
||
51 | 51 | */ |
52 | 52 | class App extends Facade |
53 | 53 | { |
54 | - /** |
|
55 | - * Get the registered name of the component. |
|
56 | - * |
|
57 | - * @return string |
|
58 | - */ |
|
59 | - protected static function getFacadeAccessor() |
|
60 | - { |
|
61 | - return 'app'; |
|
62 | - } |
|
54 | + /** |
|
55 | + * Get the registered name of the component. |
|
56 | + * |
|
57 | + * @return string |
|
58 | + */ |
|
59 | + protected static function getFacadeAccessor() |
|
60 | + { |
|
61 | + return 'app'; |
|
62 | + } |
|
63 | 63 | } |
@@ -23,15 +23,13 @@ |
||
23 | 23 | * |
24 | 24 | * @see \Illuminate\Foundation\Application |
25 | 25 | */ |
26 | -class App extends Facade |
|
27 | -{ |
|
26 | +class App extends Facade { |
|
28 | 27 | /** |
29 | 28 | * Get the registered name of the component. |
30 | 29 | * |
31 | 30 | * @return string |
32 | 31 | */ |
33 | - protected static function getFacadeAccessor() |
|
34 | - { |
|
32 | + protected static function getFacadeAccessor() { |
|
35 | 33 | return 'app'; |
36 | 34 | } |
37 | 35 | } |
@@ -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 | } |
@@ -7,15 +7,13 @@ |
||
7 | 7 | /** |
8 | 8 | * @see \Illuminate\Contracts\Broadcasting\Factory |
9 | 9 | */ |
10 | -class Broadcast extends Facade |
|
11 | -{ |
|
10 | +class Broadcast extends Facade { |
|
12 | 11 | /** |
13 | 12 | * Get the registered name of the component. |
14 | 13 | * |
15 | 14 | * @return string |
16 | 15 | */ |
17 | - protected static function getFacadeAccessor() |
|
18 | - { |
|
16 | + protected static function getFacadeAccessor() { |
|
19 | 17 | return BroadcastingFactoryContract::class; |
20 | 18 | } |
21 | 19 | } |