Skip to content

Remove clear controllers for Symfony 4 #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ capistrano-symfony hooks into the [flow][1] offered by capistrano. It adds to th
* `symfony:create_cache_dir`
* `symfony:set_permissions`
* `symfony:cache:warmup`
* `symfony:clear_controllers`

```
deploy
Expand All @@ -138,7 +137,6 @@ deploy
| |__ symfony:make_console_executable
|__ deploy:updated
| |__ symfony:cache:warmup
| |__ symfony:clear_controllers
|__ deploy:publishing
| |__ deploy:symlink:release
| |__ deploy:restart
Expand Down
1 change: 0 additions & 1 deletion lib/capistrano/tasks/deploy.rake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ namespace :deploy do

task :updated do
invoke "symfony:cache:warmup"
invoke "symfony:clear_controllers"
end

end