mirror of
https://github.com/snipe/snipe-it.git
synced 2026-03-29 20:04:21 +00:00
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user