Files
faveo/vendor/sly/notification-pusher/np
Sujit Prasad ffa56a43cb update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
2016-08-03 20:04:36 +05:30

14 lines
267 B
PHP

#!/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();