run through and refinement

This commit is contained in:
Tony Murray
2020-06-27 07:47:08 -05:00
parent 94a71f9f41
commit adf3afdaca
7 changed files with 41 additions and 20 deletions
@@ -65,7 +65,7 @@ class DatabaseMigrationController extends Controller
return $response;
}
public static function enabled(): bool
public static function enabled()
{
return session('install.database');
}