Compare commits

...

4 Commits

Author SHA1 Message Date
snipe 9dca7396f3 Merge branch 'develop' 2017-09-26 11:12:55 -07:00
snipe 4324242475 Bumped version 2017-09-26 11:12:36 -07:00
snipe eca5a05335 Fix forgotten password missing route (???) 2017-09-26 11:08:47 -07:00
snipe aa4d3c3ffb Fix forgotten password missing route (???) 2017-09-26 11:07:47 -07:00
2 changed files with 5 additions and 4 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
<?php
return array (
'app_version' => 'v4.0.3',
'build_version' => '8',
'hash_version' => 'gb354ca8',
'full_hash' => 'v4.0.3-8-gb354ca8',
'app_version' => 'v4.0.4',
'build_version' => '1',
'hash_version' => 'geca5a05',
'full_hash' => 'v4.0.4-1-geca5a05',
);
+1
View File
@@ -459,6 +459,7 @@ Route::group(['middleware' => 'web'], function () {
});
Auth::routes();