Added use Closure to database.php
function extend($name, Closure $connector extend uses closure - causes exception on call without use.
This commit is contained in:
parent
c9710525d9
commit
244ecd49fd
|
@ -1,5 +1,6 @@
|
||||||
<?php namespace Laravel;
|
<?php namespace Laravel;
|
||||||
|
|
||||||
|
use Closure;
|
||||||
use Laravel\Database\Expression;
|
use Laravel\Database\Expression;
|
||||||
use Laravel\Database\Connection;
|
use Laravel\Database\Connection;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue