aboutsummaryrefslogtreecommitdiff
path: root/classes/Client.php
diff options
context:
space:
mode:
authorCamil Staps2016-08-01 09:15:36 +0200
committerCamil Staps2016-08-01 09:15:36 +0200
commit923aac957cc28723c622570d46d2a915c75df06f (patch)
treee4c6a3683f0f0781ed9545feb922e41a2e8d1e8b /classes/Client.php
parentInternationalisation: email subjects (diff)
Removed duplicate code
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'];