Completed
Push — master ( 58d84b...2fc5a7 )
by Pavel
02:34
created
app/database/migrations/20170129140408_create_refresh_tokens_table.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,8 @@
 block discarded – undo
20 20
     /**
21 21
      * Undo the migration
22 22
      */
23
-    public function down() {
23
+    public function down()
24
+    {
24 25
         Capsule::schema()->drop('refresh_tokens');
25 26
     }
26 27
 }
Please login to merge, or discard this patch.