Skip to content

Commit

Permalink
Merge pull request #95 from genesiscz/revert-93-fix-model-parameter-r…
Browse files Browse the repository at this point in the history
…equired

Revert "Fixed bug that crashed the app due to unused trait"
  • Loading branch information
spiritix authored Jun 2, 2020
2 parents c4e321e + 86d0b09 commit 919614a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Spiritix/LadaCache/Database/QueryBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public function __construct(
Grammar $grammar,
Processor $processor,
QueryHandler $handler,
Model $model = null
Model $model
) {
parent::__construct($connection, $grammar, $processor);

Expand Down

0 comments on commit 919614a

Please sign in to comment.