@@ -37,7 +37,7 @@ |
||
| 37 | 37 | { |
| 38 | 38 | $route = $this; |
| 39 | 39 | |
| 40 | - return function () use ($route) { |
|
| 40 | + return function() use ($route) { |
|
| 41 | 41 | $matches = $route->getMatches(); |
| 42 | 42 | |
| 43 | 43 | return $route->callAction($matches['controller'], $matches['action'], $matches); |
@@ -48,8 +48,8 @@ |
||
| 48 | 48 | ); |
| 49 | 49 | |
| 50 | 50 | $publisher->publishDirectory( |
| 51 | - __DIR__ . '/../resources', //Profiler js, css and modules |
|
| 52 | - $directories->directory('public') . 'resources', //Expected directory in webroot |
|
| 51 | + __DIR__ . '/../resources', //Profiler js, css and modules |
|
| 52 | + $directories->directory('public') . 'resources', //Expected directory in webroot |
|
| 53 | 53 | PublisherInterface::OVERWRITE //We can safely overwrite resources |
| 54 | 54 | ); |
| 55 | 55 | } |