Use the View contract

This commit is contained in:
James Brooks
2015-06-01 11:45:48 +01:00
parent d9414fc25c
commit 224618b0a4
5 changed files with 10 additions and 10 deletions
+2 -2
View File
@@ -11,15 +11,15 @@
namespace CachetHQ\Cachet\Composers;
use Illuminate\Contracts\View\View;
use Illuminate\Support\Facades\Auth;
use Illuminate\View\View;
class LoggedUserComposer
{
/**
* Bind data to the view.
*
* @param \Illuminate\View\View $view
* @param \Illuminate\Contracts\View\View $view
*/
public function compose(View $view)
{