documentation

This commit is contained in:
David Bomba 2019-07-08 15:16:38 +10:00
parent 51b0c17c4c
commit 8a08e9b12e

View File

@ -233,7 +233,8 @@ Log::error('model = '.$this->model);
$this->setDB($database); $this->setDB($database);
// $query = $this->conn->table('users'); // $query = $this->conn->table('users');
//
/** Make sure we hook into the correct guard class */
$query = $this->conn->table((new $this->model)->getTable()); $query = $this->conn->table((new $this->model)->getTable());
if ($id) if ($id)