Passed
Push — master ( 59950a...c6d7cc )
by Ron
02:46 queued 13s
created
app/Console/Commands/TbBackupRestoreCommand.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -239,7 +239,8 @@
 block discarded – undo
239 239
         if(Storage::disk('backups')->exists($this->basename.'backup.sql'))
240 240
         {
241 241
             $this->line('Restoring database');
242
-            try{
242
+            try
243
+            {
243 244
 
244 245
                 DB::connection(DB::getDefaultConnection())
245 246
                 ->getSchemaBuilder()
Please login to merge, or discard this patch.