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

@@ -25,6 +25,13 @@ use Illuminate\Support\Facades\Response;
use Illuminate\Support\Facades\Validator;
use Illuminate\Support\Facades\View;
/**
* This is the setup controller.
*
* @author James Brooks <james@alt-three.com>
* @author Graham Campbell <graham@alt-three.com>
* @author Joseph Cohen <joe@alt-three.com>
*/
class SetupController extends Controller
{
/**