add use Closure;

This commit is contained in:
Patrick Romowicz 2012-09-17 21:34:13 +03:00
parent 8fea602969
commit 034c63b39d
1 changed files with 1 additions and 0 deletions

View File

@ -1,5 +1,6 @@
<?php namespace Laravel\Database;
use Closure;
use Laravel\Fluent;
use Laravel\Database as DB;