fixed database bugs.

This commit is contained in:
Taylor Otwell
2011-09-13 23:47:38 -05:00
parent 15449c34b1
commit 8688270f22
4 changed files with 23 additions and 53 deletions

View File

@@ -1,5 +1,6 @@
<?php namespace Laravel\Database\Eloquent;
use Laravel\IoC;
use Laravel\Str;
use Laravel\Inflector;