When running artisan horizon:terminate, I get this:

After some investigation, I found that a package I am using, Hoa\Ruler is causing a conflict on the resolve() global function now used in Horizon 1.4.1 TerminateCommand at line 44.
The term resolve being rather common, and using global namespaces being what it is, are there no better way of resolving the dependency?
I believe it was broken recently with https://github.com/laravel/horizon/commit/2270812c2dcb1524ae4f39bfd488b3773e9f6613
Interestingly, this incompatibility can up in the past and there was a dedicated PR to fix it but the reason I guess was lost over time: https://github.com/laravel/horizon/pull/272
I'm sending in a fix for this.
Most helpful comment
I'm sending in a fix for this.