@@ -54,8 +54,8 @@ |
||
54 | 54 | $this->routeOptions($options) |
55 | 55 | ); |
56 | 56 | |
57 | - $router->put($uri, $this->controller . '@updateAll'); |
|
58 | - $router->delete($uri, $this->controller . '@destroyAll'); |
|
57 | + $router->put($uri, $this->controller.'@updateAll'); |
|
58 | + $router->delete($uri, $this->controller.'@destroyAll'); |
|
59 | 59 | } |
60 | 60 | ); |
61 | 61 | } |