refactoring the database layer.

This commit is contained in:
Taylor Otwell
2011-09-11 23:25:31 -05:00
parent 3ada2cbd3e
commit 2521ab3c1d
12 changed files with 19 additions and 25 deletions

View File

@@ -1,6 +1,5 @@
<?php namespace Laravel\Database\Query;
use Laravel\Database\Query;
use Laravel\Database\Connection;
class Factory {