Passed
Push — master ( 651f7a...8c1ee1 )
by Dominic
05:54 queued 03:20
created
src/database/migrations/2019_08_19_000000_create_revolut_tokens_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(config('revolut.tokens_table'), function (Blueprint $table) {
16
+        Schema::create(config('revolut.tokens_table'), function(Blueprint $table) {
17 17
 			$table->unsignedBigInteger('id');
18 18
 			$table->string('type');
19 19
             $table->mediumText('value');
Please login to merge, or discard this patch.