diff options
author | msquare <msquare@notrademark.de> | 2019-07-21 13:38:05 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-21 13:38:05 +0200 |
commit | 1e16f4c47ec15ffea41e1fa612d205b8db2a16d1 (patch) | |
tree | 0d436535bd7094a201e52036acd406f00bfc620f /config/app.php | |
parent | 3d8476efd3709806d254b1c41e26e906080e0b39 (diff) | |
parent | 4582f808f05205e7a32ecd6ae42dee00295872f1 (diff) |
Merge pull request #624 from MyIgel/version
Added version to credits and metrics page
Diffstat (limited to 'config/app.php')
-rw-r--r-- | config/app.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/app.php b/config/app.php index c4503086..bfb66cf3 100644 --- a/config/app.php +++ b/config/app.php @@ -28,6 +28,7 @@ return [ \Engelsystem\Http\Validation\ValidationServiceProvider::class, // Additional services + \Engelsystem\Helpers\VersionServiceProvider::class, \Engelsystem\Mail\MailerServiceProvider::class, ], |