Laravel version update
Laravel version update
This commit is contained in:
4
vendor/sly/notification-pusher/np
vendored
4
vendor/sly/notification-pusher/np
vendored
@@ -1,10 +1,10 @@
|
||||
#!/usr/bin/env php
|
||||
<?php
|
||||
|
||||
if (file_exists($a = __DIR__.'/../../autoload.php')) {
|
||||
if (file_exists($a = __DIR__ . '/../../autoload.php')) {
|
||||
require_once $a;
|
||||
} else {
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
require_once __DIR__ . '/vendor/autoload.php';
|
||||
}
|
||||
|
||||
use Sly\NotificationPusher\Console\Application;
|
||||
|
||||
Reference in New Issue
Block a user