@@ -274,7 +274,7 @@ |
||
274 | 274 | */ |
275 | 275 | public function register(Container $app) { |
276 | 276 | $app['crud'] = function() use ($app) { |
277 | - $result = new static(); |
|
277 | + $result = new static(); |
|
278 | 278 | return $result; |
279 | 279 | }; |
280 | 280 | } |