Completed
Push — 2.0 ( 95f77b...f37c7a )
by Nicolas
24:58 queued 15:12
created
Database/Migrations/2014_09_27_180538_create_tag_translations_table.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
      */
13 13
     public function up()
14 14
     {
15
-        Schema::create('blog__tag_translations', function (Blueprint $table) {
15
+        Schema::create('blog__tag_translations', function(Blueprint $table) {
16 16
             $table->engine = 'InnoDB';
17 17
             $table->increments('id');
18 18
             $table->string('name');
Please login to merge, or discard this patch.