Completed
Push — master ( 663657...d30df5 )
by Maksim
20s queued 11s
created
tests/database/migrations/2014_10_12_000004_create_binary_roles_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,7 +11,7 @@
 block discarded – undo
11 11
      */
12 12
     public function up()
13 13
     {
14
-        Schema::create('binary_roles', function (Blueprint $table) {
14
+        Schema::create('binary_roles', function(Blueprint $table) {
15 15
             $table->binary('role_id');
16 16
             $table->string('name');
17 17
             $table->unsignedInteger('counter')->default(0);
Please login to merge, or discard this patch.