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
@@ -73,9 +73,9 @@ class MakeUserController extends \App\Http\Controllers\Controller
return redirect()->back()->with('message', $message);
}
public static function enabled(): bool
public static function enabled()
{
return true;
return session('install.migrate');
}
public static function icon(): string