style reorgs

This commit is contained in:
Tony Murray
2020-06-27 07:47:07 -05:00
parent 36a621a108
commit f86f4ba307
11 changed files with 160 additions and 76 deletions
@@ -52,6 +52,7 @@ class DatabaseMigrationController extends Controller
throw new \RuntimeException('Migration failed');
}
echo "\n\nSuccess!";
session(['install.user' => true]);
} catch (\Exception $e) {
echo $e->getMessage() . "\n\nError!";
}