summaryrefslogtreecommitdiff
path: root/src/Model/Model.php
diff options
context:
space:
mode:
authorFbenas <philbeansburton@gmail.com>2018-05-07 14:42:15 +0100
committerFbenas <philbeansburton@gmail.com>2018-05-07 14:42:15 +0100
commit33f00442f1667d57f94433834e0da4985670025b (patch)
treeaa65df03e719f3d8024b0ea42a62aa7fd61f196e /src/Model/Model.php
parentc223ab602cbe7f6db7321ba547164971d63d7bcd (diff)
Get filtering working with output
Diffstat (limited to 'src/Model/Model.php')
-rw-r--r--src/Model/Model.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Model/Model.php b/src/Model/Model.php
index 99847f9..f59ab0e 100644
--- a/src/Model/Model.php
+++ b/src/Model/Model.php
@@ -7,6 +7,8 @@ namespace App\Model;
*/
class Model
{
+ protected static $inputFile = APP_ROOT . 'data/input.txt';
+
/**
* Init
*