update v1.0.7.9 R.C.
This is a Release Candidate. We are still testing.
This commit is contained in:
13
vendor/sly/notification-pusher/np
vendored
Normal file
13
vendor/sly/notification-pusher/np
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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();
|
||||
Reference in New Issue
Block a user