diff options
| author | horus | 2018-02-14 15:37:50 +0100 |
|---|---|---|
| committer | horus | 2018-02-14 15:39:52 +0100 |
| commit | 9658e695c6a6ee36fbc12a9b66a9bf5f91799719 (patch) | |
| tree | 8a8d763b3d70f8d87872fb283542ea11f4593352 /site/config | |
| parent | 6ff78f33a75fbabae300497c452112f57bbfab6a (diff) | |
| download | alkobote-9658e695c6a6ee36fbc12a9b66a9bf5f91799719.tar.gz | |
Improves styling, rss feeds and pagination.
Diffstat (limited to 'site/config')
| -rw-r--r-- | site/config/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/config/app.php b/site/config/app.php index 59d20f6..9e6c86c 100644 --- a/site/config/app.php +++ b/site/config/app.php @@ -210,6 +210,7 @@ return [ 'View' => Illuminate\Support\Facades\View::class, 'TF' => App\Libraries\TemplateFunction::class, + 'Input' => Illuminate\Support\Facades\Input::class, ], |
