We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -10,7 +10,7 @@ |
||
| 10 | 10 | */ |
| 11 | 11 | public function up(): void |
| 12 | 12 | { |
| 13 | - Schema::create('uploaders', function (Blueprint $table) { |
|
| 13 | + Schema::create('uploaders', function(Blueprint $table) { |
|
| 14 | 14 | $table->string('upload')->nullable(); |
| 15 | 15 | $table->text('upload_multiple')->nullable(); |
| 16 | 16 | }); |