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

View File

@@ -15,6 +15,11 @@ use CachetHQ\Cachet\Services\Modules\Manager;
use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\View\View;
/**
* This is the module composer.
*
* @author Connor S. Parks <connor@connorvg.tv>
*/
class ModuleComposer
{
/**