Completed
Push — master ( 394510...c62883 )
by Nicolas
19:53 queued 15:41
created
Database/Migrations/2013_04_09_062329_create_revisions_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('revisions', function (Blueprint $table) {
15
+        Schema::create('revisions', function(Blueprint $table) {
16 16
             $table->increments('id');
17 17
             $table->string('revisionable_type');
18 18
             $table->integer('revisionable_id');
Please login to merge, or discard this patch.