Applied fixes from StyleCI

This commit is contained in:
Joe Cohen
2016-04-30 03:25:36 -04:00
committed by Graham Campbell
parent 05bb91d2d9
commit f1b61c7ef1
5 changed files with 16 additions and 6 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 AlterTableSubscribersAddGlobalColumn extends Migration
{