add use Closure;
This commit is contained in:
parent
8fea602969
commit
034c63b39d
|
@ -1,5 +1,6 @@
|
|||
<?php namespace Laravel\Database;
|
||||
|
||||
use Closure;
|
||||
use Laravel\Fluent;
|
||||
use Laravel\Database as DB;
|
||||
|
||||
|
|
Loading…
Reference in New Issue