mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
documentation
This commit is contained in:
parent
51b0c17c4c
commit
8a08e9b12e
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user