Current Path : /home/numerotech/www/livemt2023.aios-scientificcommittee.org/vendor/sly/notification-pusher/ |
Current File : //home/numerotech/www/livemt2023.aios-scientificcommittee.org/vendor/sly/notification-pusher/np |
#!/usr/bin/env php <?php if (file_exists($a = __DIR__ . '/../../autoload.php')) { require_once $a; } else { require_once __DIR__ . '/vendor/autoload.php'; } use Sly\NotificationPusher\Console\Application; $application = new Application(); $application->run();