@@ -47,7 +47,7 @@ |
||
| 47 | 47 | $limit = call_class_function($class,'getLimitParameter'); |
| 48 | 48 | if($limit === -1) |
| 49 | 49 | return $resource; |
| 50 | - return $resource->take((int) $limit); |
|
| 50 | + return $resource->take((int) $limit); |
|
| 51 | 51 | } |
| 52 | 52 | |
| 53 | 53 | |