aboutsummaryrefslogtreecommitdiff
path: root/classes/Client.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/Client.php')
-rw-r--r--classes/Client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/Client.php b/classes/Client.php
index 7c9cd1e..acae192 100644
--- a/classes/Client.php
+++ b/classes/Client.php
@@ -26,7 +26,7 @@
*/
class Client extends Model {
/** {@inheritDoc} */
- public
+ public static
$table = 'client',
$fillable_columns = ['name'];