You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
I am using the phar and i was trying to create a new deploy strategy that extends AbstractLocalDeployStrategy but i get this error:
PHP Fatal error: Class 'Rocketeer\Strategies\Deploy\AbstractLocalDeployStrategy' not found in /home/vagrant/Code/haipass/.rocketeer/strategies/MyRsyncStrategy.php on line 8
It seems that there is no autoload for those classes. But according to the documentation it should works.
Why is that happening?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am using the phar and i was trying to create a new deploy strategy that extends AbstractLocalDeployStrategy but i get this error:
It seems that there is no autoload for those classes. But according to the documentation it should works.
Why is that happening?
The text was updated successfully, but these errors were encountered: