Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
committed by
StyleCI Bot
parent
c9c592b033
commit
0af195af86
@@ -40,6 +40,6 @@ class DashboardComposer
|
||||
$view->withIncidentTemplateCount(IncidentTemplate::count());
|
||||
$view->withScheduleCount(Schedule::count());
|
||||
$view->withSubscriberCount(Subscriber::isVerified()->count());
|
||||
$view->withIsWriteable(is_writeable(app()->bootstrapPath().'/cachet'));
|
||||
$view->withIsWriteable(is_writable(app()->bootstrapPath().'/cachet'));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user