@@ -112,14 +112,14 @@ |
||
112 | 112 | } |
113 | 113 | |
114 | 114 | /** |
115 | - * Get the bootstrap classes for the application. |
|
116 | - * |
|
117 | - * @return array |
|
118 | - */ |
|
119 | - protected function bootstrappers() |
|
120 | - { |
|
121 | - return $this->bootstrappers; |
|
122 | - } |
|
115 | + * Get the bootstrap classes for the application. |
|
116 | + * |
|
117 | + * @return array |
|
118 | + */ |
|
119 | + protected function bootstrappers() |
|
120 | + { |
|
121 | + return $this->bootstrappers; |
|
122 | + } |
|
123 | 123 | |
124 | 124 | /** |
125 | 125 | * Get the Prime application instance. |