Applied fixes from StyleCI

This commit is contained in:
Joe Cohen
2015-11-08 14:46:05 -05:00
committed by Joseph Cohen
parent 448f13e671
commit d82bc57796
4 changed files with 12 additions and 5 deletions

View File

@@ -1,7 +1,16 @@
<?php
use Illuminate\Database\Schema\Blueprint;
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
class CreateInvitesTable extends Migration
{