@@ -39,13 +39,13 @@ discard block |
||
39 | 39 | protected $router; |
40 | 40 | |
41 | 41 | /** |
42 | - * The attributes that can be set through this class. |
|
43 | - * |
|
44 | - * @var array |
|
45 | - */ |
|
42 | + * The attributes that can be set through this class. |
|
43 | + * |
|
44 | + * @var array |
|
45 | + */ |
|
46 | 46 | protected $allowedAttributes = [ |
47 | - 'as', 'domain', 'middleware', 'name', 'namespace', 'prefix', 'where', |
|
48 | - ]; |
|
47 | + 'as', 'domain', 'middleware', 'name', 'namespace', 'prefix', 'where', |
|
48 | + ]; |
|
49 | 49 | |
50 | 50 | /** |
51 | 51 | * The attributes that are aliased. |
@@ -53,8 +53,8 @@ discard block |
||
53 | 53 | * @var array |
54 | 54 | */ |
55 | 55 | protected $aliases = [ |
56 | - 'name' => 'as', |
|
57 | - ]; |
|
56 | + 'name' => 'as', |
|
57 | + ]; |
|
58 | 58 | |
59 | 59 | /** |
60 | 60 | * Create a new GeoGroup instance. |