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
ec2afee57d
commit
ab6ca0e066
|
@ -20,7 +20,7 @@ Artisan::command('inspire', function () {
|
||||||
|
|
||||||
Artisan::command('snipeit:travisci-install', function () {
|
Artisan::command('snipeit:travisci-install', function () {
|
||||||
if (! Setting::setupCompleted()) {
|
if (! Setting::setupCompleted()) {
|
||||||
$settings = new Setting;
|
$settings = new Setting();
|
||||||
$settings->site_name = 'test-ci';
|
$settings->site_name = 'test-ci';
|
||||||
$settings->alert_email = 'test@example.com';
|
$settings->alert_email = 'test@example.com';
|
||||||
$settings->alerts_enabled = 1;
|
$settings->alerts_enabled = 1;
|
||||||
|
|
Loading…
Reference in a new issue