@@ -14,7 +14,7 @@ |
||
| 14 | 14 | */ |
| 15 | 15 | public function up() |
| 16 | 16 | { |
| 17 | - Schema::create('groups', function (Blueprint $table) { |
|
| 17 | + Schema::create('groups', function(Blueprint $table) { |
|
| 18 | 18 | $table->id(); |
| 19 | 19 | $table->string('name'); |
| 20 | 20 | $table->integer('type')->default(1); |