run through and refinement

This commit is contained in:
Tony Murray
2020-06-08 09:21:31 -05:00
parent 94a71f9f41
commit adf3afdaca
7 changed files with 41 additions and 20 deletions

View File

@@ -74,7 +74,7 @@ class DatabaseController extends Controller
]);
}
public static function enabled(): bool
public static function enabled()
{
return true;
}