-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.x] Allow using
--force
on domain record deletion (#246)
* Update RecordDeleteCommand.php * fixes
- Loading branch information
1 parent
4aa65a3
commit b4982df
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The
false
argument sent here is breaking vapor CLI deployments because of the latestsymfony/console
update, replacing it withnull
would solve the issue.