Skip to content

Commit 22f5107

Browse files
committed
Fix readme
1 parent 6c37a8c commit 22f5107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/QueryBuilder.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ public function __construct($input, Builder $query)
2626
$this->query = $query;
2727
$this->input = $input;
2828
$this->bootTraits();
29-
call_user_func([$this, 'boot'], $input, $query);
29+
$this->boot($input, $query);
3030
}
3131

32-
protected function boot(array $input, Builder $query)
32+
protected function boot(array $input, $query)
3333
{
3434

3535
}

0 commit comments

Comments
 (0)