fix namespacing issue.

This commit is contained in:
Taylor Otwell 2011-09-12 23:34:23 -05:00
parent 9d56d4aa4e
commit 68b0d29110
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ protected function execute(PDOStatement $statement, $bindings)
* $users = DB::connection()->table('users')->get(); * $users = DB::connection()->table('users')->get();
* </code> * </code>
* *
* @param string $table * @param string $table
* @return Query\Query * @return Query
*/ */
public function table($table) public function table($table)
{ {