@@ -5,7 +5,7 @@ |
||
| 5 | 5 | use Illuminate\Support\Collection; |
| 6 | 6 | use Illuminate\Support\ServiceProvider; |
| 7 | 7 | |
| 8 | -class ChartServiceProvider extends ServiceProvider{ |
|
| 8 | +class ChartServiceProvider extends ServiceProvider { |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * Indicates if loading of the provider is deferred. |
@@ -31,7 +31,7 @@ |
||
| 31 | 31 | |
| 32 | 32 | array_shift($path); |
| 33 | 33 | |
| 34 | - foreach($path as $step) |
|
| 34 | + foreach ($path as $step) |
|
| 35 | 35 | { |
| 36 | 36 | $loc = &$loc[$step]; |
| 37 | 37 | } |