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
@@ -62,7 +62,7 @@ class ChecksController extends \App\Http\Controllers\Controller
return $status;
}
public static function enabled(): bool
public static function enabled()
{
return true;
}