Fix some docblocks

This commit is contained in:
James Brooks
2016-10-07 13:51:59 +01:00
parent b1e23e4145
commit 42713f51e3
7 changed files with 40 additions and 3 deletions
+7
View File
@@ -14,6 +14,13 @@ namespace CachetHQ\Cachet\Composers;
use Illuminate\Contracts\View\View;
use Illuminate\Support\Facades\Auth;
/**
* This is the current user composer.
*
* @author Joseph Cohen <joe@alt-three.com>
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
*/
class CurrentUserComposer
{
/**