documentation
This commit is contained in:
parent
51b0c17c4c
commit
8a08e9b12e
1 changed files with 2 additions and 1 deletions
|
|
@ -233,7 +233,8 @@ Log::error('model = '.$this->model);
|
|||
$this->setDB($database);
|
||||
|
||||
// $query = $this->conn->table('users');
|
||||
|
||||
//
|
||||
/** Make sure we hook into the correct guard class */
|
||||
$query = $this->conn->table((new $this->model)->getTable());
|
||||
|
||||
if ($id)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue