immobiliare / ApnsPHP

ApnsPHP: Apple Push Notification & Feedback Provider
BSD 3-Clause "New" or "Revised" License
1.44k stars 452 forks source link

Avoid self autoload in Symfony require #100

Open shakaran opened 9 years ago

shakaran commented 9 years ago

When it gets loaded from Symfony via:

require_once __DIR__ . '/../vendor/duccio/apns-php/ApnsPHP/Autoload.php';

It conflicts with redeclarate function since the Autoload.php load himself again. This prevents the fatal error

shakaran commented 8 years ago

BUMP