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
Hi, news about psr-4 autoloading standard ? i'm Still get that error
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Contacts\Contacts located in ./vendor/mediatoolkit/activecampaign-v3-php/src/contacts/Contacts.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Organizations\Organizations located in ./vendor/mediatoolkit/activecampaign-v3-php/src/organizations/Organizations.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Tracking\SiteTracking located in ./vendor/mediatoolkit/activecampaign-v3-php/src/tracking/SiteTracking.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Tracking\EventTracking located in ./vendor/mediatoolkit/activecampaign-v3-php/src/tracking/EventTracking.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Tags\Tags located in ./vendor/mediatoolkit/activecampaign-v3-php/src/tags/Tags.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Lists\Lists located in ./vendor/mediatoolkit/activecampaign-v3-php/src/lists/Lists.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
Deprecation Notice: Class Mediatoolkit\ActiveCampaign\Deals\Deals located in ./vendor/mediatoolkit/activecampaign-v3-php/src/deals/Deals.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
The text was updated successfully, but these errors were encountered:
diff --git a/src/contacts/Contacts.php b/src/Contacts/Contacts.php
similarity index 100%
rename from src/contacts/Contacts.php
rename to src/Contacts/Contacts.php
diff --git a/src/deals/Deals.php b/src/Deals/Deals.php
similarity index 100%
rename from src/deals/Deals.php
rename to src/Deals/Deals.php
diff --git a/src/lists/Lists.php b/src/Lists/Lists.php
similarity index 100%
rename from src/lists/Lists.php
rename to src/Lists/Lists.php
diff --git a/src/organizations/Organizations.php b/src/Organizations/Organizations.php
similarity index 100%
rename from src/organizations/Organizations.php
rename to src/Organizations/Organizations.php
diff --git a/src/tags/Tags.php b/src/Tags/Tags.php
similarity index 100%
rename from src/tags/Tags.php
rename to src/Tags/Tags.php
diff --git a/src/tracking/EventTracking.php b/src/Tracking/EventTracking.php
similarity index 100%
rename from src/tracking/EventTracking.php
rename to src/Tracking/EventTracking.php
diff --git a/src/tracking/SiteTracking.php b/src/Tracking/SiteTracking.php
similarity index 100%
rename from src/tracking/SiteTracking.php
rename to src/Tracking/SiteTracking.php
Hi, news about psr-4 autoloading standard ? i'm Still get that error
The text was updated successfully, but these errors were encountered: