diff options
Diffstat (limited to 'classes/Client.php')
-rw-r--r-- | classes/Client.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/Client.php b/classes/Client.php index 13e28d7..7c9cd1e 100644 --- a/classes/Client.php +++ b/classes/Client.php @@ -25,6 +25,7 @@ * An interface to the client table in the database */ class Client extends Model { + /** {@inheritDoc} */ public $table = 'client', $fillable_columns = ['name']; |