mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 13:12:50 +01:00
documentation
This commit is contained in:
parent
51b0c17c4c
commit
8a08e9b12e
@ -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…
Reference in New Issue
Block a user