@@ -13,7 +13,7 @@ |
||
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'); |