@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function up() |
14 | 14 | { |
15 | - Schema::create('redeem_code_rewards', function (Blueprint $table) { |
|
15 | + Schema::create('redeem_code_rewards', function(Blueprint $table) { |
|
16 | 16 | $table->increments('id'); |
17 | 17 | |
18 | 18 | $table->integer('redeem_code_id')->unsigned()->nullable(); |
@@ -12,7 +12,7 @@ |
||
12 | 12 | */ |
13 | 13 | public function up() |
14 | 14 | { |
15 | - Schema::create('redeem_codes', function (Blueprint $table) { |
|
15 | + Schema::create('redeem_codes', function(Blueprint $table) { |
|
16 | 16 | $table->increments('id'); |
17 | 17 | |
18 | 18 | $table->integer('event_id')->unsigned()->default(0); |