Merge branch 'feature/eloquent-pagination' into develop

This commit is contained in:
Shawn McCool 2012-07-16 10:07:29 +02:00
commit 1a1e74a90a
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
use Closure;
use Laravel\Database;
use Laravel\Paginator;
use Paginator;
use Laravel\Database\Query\Grammars\Postgres;
use Laravel\Database\Query\Grammars\SQLServer;