Skip to content

Commit

Permalink
remove echo
Browse files Browse the repository at this point in the history
  • Loading branch information
benhuang1024 committed Feb 6, 2020
1 parent 1dd3e24 commit bced878
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Http/Controllers/FrameworkController.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ public function delete($framework_file_type): void
if ('Controller' === $framework_file_type) {
$new_directory = base_path("resources/views/{$this->framework_name_snake_plural}");
exec("rm -rf {$new_directory}");
echo "rm -rf {$new_directory}";
$route_types = ['web', 'api'];
foreach ($route_types as $route_type) {
$this->deleteRoute($route_type);
Expand Down

0 comments on commit bced878

Please sign in to comment.