mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added parens
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
2992ca1fa2
commit
40f487beae
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue