diff options
| author | Max | 2018-02-10 01:59:26 +0100 |
|---|---|---|
| committer | Max | 2018-02-10 01:59:26 +0100 |
| commit | 09ab27a6d19883317f2fc185b57b971b8c780069 (patch) | |
| tree | 86ae7b2e8da2bc53c3e86574ea28e869d0efb4dc /site/config/app.php | |
| parent | 374defdff5502123d84e2e48fdd4faa4636447da (diff) | |
| download | alkobote-09ab27a6d19883317f2fc185b57b971b8c780069.tar.gz | |
Major improvements. (website)
Diffstat (limited to 'site/config/app.php')
| -rw-r--r-- | site/config/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/site/config/app.php b/site/config/app.php index 71d1455..138a41a 100644 --- a/site/config/app.php +++ b/site/config/app.php @@ -209,6 +209,8 @@ return [ 'Validator' => Illuminate\Support\Facades\Validator::class, 'View' => Illuminate\Support\Facades\View::class, + 'TF' => App\Libraries\TemplateFunction::class, + ], ]; |
