fix namespacing issue.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user