1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

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);
// $query = $this->conn->table('users');
//
/** Make sure we hook into the correct guard class */
$query = $this->conn->table((new $this->model)->getTable());
if ($id)