add version displaying to layouts

This commit is contained in:
2015-11-05 18:23:47 +01:00
parent 6847c6d0e7
commit f1fd37f615
4 changed files with 5 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
<?php
return [
'adminEmail' => 'admin@example.com',
'supportEmail' => 'support@example.com',
'adminEmail' => 'rocho02@gmail.com',
'supportEmail' => 'rocho02@gmail.com',
'user.passwordResetTokenExpire' => 3600,
'version' => 'v0.0.2'
];