Update docblocks

This commit is contained in:
James Brooks
2017-07-27 20:20:08 -04:00
parent 0186d195c2
commit 4091b910ff
7 changed files with 8 additions and 7 deletions
+2 -1
View File
@@ -16,9 +16,10 @@ use Illuminate\Contracts\Foundation\Application;
use Illuminate\Contracts\View\View;
/**
* This is the module composer.
* This is the module composer class.
*
* @author Connor S. Parks <connor@connorvg.tv>
* @author James Brooks <james@alt-three.com>
*/
class ModuleComposer
{