Commit 68b0d291 authored by Taylor Otwell's avatar Taylor Otwell

fix namespacing issue.

parent 9d56d4aa
......@@ -135,8 +135,8 @@ class Connection {
* $users = DB::connection()->table('users')->get();
* </code>
*
* @param string $table
* @return Query\Query
* @param string $table
* @return Query
*/
public function table($table)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment