Passed
Branch master (c909ca)
by Robin
04:32
created
Category
src/migration/2019_03_21_084330_create_lang_switcher_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
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('');
Please login to merge, or discard this patch.