@@ -14,7 +14,7 @@ |
||
| 14 | 14 | * @param Builder|EloquentBuilder $src |
| 15 | 15 | * @param OperationInterface[] $operations |
| 16 | 16 | */ |
| 17 | - public function __construct($src, array $operations = []) |
|
| 17 | + public function __construct($src, array $operations = [ ]) |
|
| 18 | 18 | { |
| 19 | 19 | $this->operations()->set($operations); |
| 20 | 20 | $this->processingService = new EloquentProcessingService( |