From ab6ca0e06613fccbbf00a4110944c75a66d6341c Mon Sep 17 00:00:00 2001 From: snipe Date: Mon, 6 Feb 2023 12:39:22 -0800 Subject: [PATCH] Added parens Signed-off-by: snipe --- routes/console.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routes/console.php b/routes/console.php index a4c876ae04..2413e4b189 100644 --- a/routes/console.php +++ b/routes/console.php @@ -20,7 +20,7 @@ Artisan::command('inspire', function () { Artisan::command('snipeit:travisci-install', function () { if (! Setting::setupCompleted()) { - $settings = new Setting; + $settings = new Setting(); $settings->site_name = 'test-ci'; $settings->alert_email = 'test@example.com'; $settings->alerts_enabled = 1;