Use the View contract
This commit is contained in:
@@ -13,14 +13,14 @@ namespace CachetHQ\Cachet\Composers;
|
||||
|
||||
use CachetHQ\Cachet\Models\Component;
|
||||
use CachetHQ\Cachet\Models\Incident;
|
||||
use Illuminate\View\View;
|
||||
use Illuminate\Contracts\View\View;
|
||||
|
||||
class IndexComposer
|
||||
{
|
||||
/**
|
||||
* Index page view composer.
|
||||
*
|
||||
* @param \Illuminate\View\View $view
|
||||
* @param \Illuminate\Contracts\View\View $view
|
||||
*/
|
||||
public function compose(View $view)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user