From 19564c9e18ae456e39bc2c8a306f9e79dd619e11 Mon Sep 17 00:00:00 2001 From: Fbenas Date: Mon, 7 May 2018 15:24:00 +0100 Subject: Docblock and fix toString functions --- src/Model/Model.php | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/Model/Model.php') diff --git a/src/Model/Model.php b/src/Model/Model.php index f59ab0e..a5775d7 100644 --- a/src/Model/Model.php +++ b/src/Model/Model.php @@ -4,18 +4,9 @@ namespace App\Model; /** * Base model class + * + * @author Phil Burton */ class Model { - protected static $inputFile = APP_ROOT . 'data/input.txt'; - - /** - * Init - * - * @author Phil Burton - */ - public function __construct() - { - // initalise Model - } } -- cgit v1.2.3