From ebea6774924b683f69208fb05aa84bc09023c272 Mon Sep 17 00:00:00 2001 From: Anton Shevchuk Date: Thu, 28 Sep 2017 10:46:28 +0300 Subject: [PATCH] Fixed codestyle --- application/models/Options/Row.php | 1 - 1 file changed, 1 deletion(-) diff --git a/application/models/Options/Row.php b/application/models/Options/Row.php index f4aedd2..17d3f68 100644 --- a/application/models/Options/Row.php +++ b/application/models/Options/Row.php @@ -35,7 +35,6 @@ * example="2017-03-17 19:06:28") * @SWG\Property(property="updated", type="string", format="date-time", description="Last updated date", * example="2017-03-17 19:06:28") - */ class Row extends \Bluz\Db\Row {