From b6e22a4d9da5e25165255ee134c15a4a16b79f62 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Thu, 28 Jul 2016 17:41:53 +0200 Subject: Fix documentation issues --- classes/Client.php | 1 + 1 file changed, 1 insertion(+) (limited to 'classes/Client.php') 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']; -- cgit v1.2.3