Skip to content

Commit 0bc430b

Browse files
committed
composer key
2 parents 10babe7 + fcc825f commit 0bc430b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/QueryBuilderServiceProvider.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ public function boot()
2626
*/
2727
public function register()
2828
{
29+
//bind QueryWhere
2930
$this->app->bind('QueryWhere', QueryWhere::class);
3031
}
3132

32-
}
33+
}

0 commit comments

Comments
 (0)