Skip to content

Commit

Permalink
don't delete transformers directory
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Jun 11, 2018
1 parent c167d36 commit 5674719
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Listeners/Updates/Version127.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public function handle(UpdateFinished $event)
File::deleteDirectory(app_path('Filters/' . ucfirst($dir)));
File::deleteDirectory(app_path('Http/Controllers/' . ucfirst($dir)));
File::deleteDirectory(app_path('Http/Requests/' . ucfirst(str_singular($dir))));
File::deleteDirectory(app_path('Transformers/' . ucfirst(str_singular($dir))));
File::deleteDirectory(resource_path('views/' . $dir));
}
}
Expand Down

0 comments on commit 5674719

Please sign in to comment.