@@ -17,7 +17,7 @@ |
||
| 17 | 17 | */ |
| 18 | 18 | public function up() |
| 19 | 19 | { |
| 20 | - Schema::create('_lang_switcher', function (Blueprint $table) { |
|
| 20 | + Schema::create('_lang_switcher', function(Blueprint $table) { |
|
| 21 | 21 | $table->increments('id'); |
| 22 | 22 | $table->string('class', 20)->default(''); |
| 23 | 23 | $table->string('method', 20)->default(''); |