@@ -13,7 +13,7 @@ |
||
13 | 13 | */ |
14 | 14 | public function up() |
15 | 15 | { |
16 | - Schema::create('admin_settings', function (Blueprint $table) { |
|
16 | + Schema::create('admin_settings', function(Blueprint $table) { |
|
17 | 17 | $table->id(); |
18 | 18 | $table->string('shop_name')->nullable(); |
19 | 19 | $table->string('iban')->nullable(); |