Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
James Brooks
2016-11-25 20:19:46 +00:00
committed by StyleCI Bot
parent c9c592b033
commit 0af195af86

View File

@@ -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'));
}
}