Skip to content

Commit

Permalink
composer key
Browse files Browse the repository at this point in the history
  • Loading branch information
zyimm committed Dec 3, 2020
2 parents 10babe7 + fcc825f commit 0bc430b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/QueryBuilderServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ public function boot()
*/
public function register()
{
//bind QueryWhere
$this->app->bind('QueryWhere', QueryWhere::class);
}

}
}

0 comments on commit 0bc430b

Please sign in to comment.