Remove Auth calls from views

This commit is contained in:
Joseph Cohen
2015-01-28 00:51:28 -06:00
parent 5b618c0291
commit cce057c2d3
13 changed files with 46 additions and 24 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ namespace CachetHQ\Cachet\Composers;
use CachetHQ\Cachet\Models\Component;
use CachetHQ\Cachet\Models\Incident;
use Illuminate\Support\Facades\View;
use Illuminate\View\View;
class IndexComposer
{
@@ -15,7 +15,7 @@ class IndexComposer
*
* @return void
*/
public function compose(\Illuminate\View\View $view)
public function compose(View $view)
{
// Default data
$withData = [