You've already forked pilot-sdk
add iframe action
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
namespace Bluesquare\Pilot\Laravel;
|
||||
|
||||
use Bluesquare\Pilot\Laravel\Middlewares\CheckPilotToken;
|
||||
use Bluesquare\Pilot\Pilot;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Route;
|
||||
@@ -36,6 +37,8 @@ class PilotServiceProvider extends ServiceProvider
|
||||
return $this->handleRequest($request);
|
||||
});
|
||||
|
||||
Route::aliasMiddleware('pilot', CheckPilotToken::class);
|
||||
|
||||
$this->commands([
|
||||
\Bluesquare\Pilot\Laravel\Commands\MakeAction::class,
|
||||
\Bluesquare\Pilot\Laravel\Commands\MakeMetric::class,
|
||||
|
||||
Reference in New Issue
Block a user