Passed
Push — master ( 5ce6e6...66283a )
by Al Amin
06:42
created
src/Storage/migrations/2019_02_10_060134_create_pcmm_permissions_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -13,7 +13,7 @@
 block discarded – undo
13 13
      */
14 14
     public function up()
15 15
     {
16
-        Schema::create('pcmm_permissions', function (Blueprint $table) {
16
+        Schema::create('pcmm_permissions', function(Blueprint $table) {
17 17
             $table->increments('id');
18 18
             $table->integer('menu_id')->unsigned()->index();
19 19
             $table->string('namespace', 255)->index();
Please login to merge, or discard this patch.