Duffer Derek
<?php
/*
|--------------------------------------------------------------------------
| Load The Cached Routes
|--------------------------------------------------------------------------
|
| Here we will decode and unserialize the RouteCollection instance that
| holds all of the route information for an application. This allows
| us to instantaneously load the entire route map into the router.
|
*/
app('router')->setCompiledRoutes(
array (
'compiled' =>
array (
0 => false,
1 =>
array (
'/sanctum/csrf-cookie' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::NnC4RnPlz4aq53Ym',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/api/user' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::NI4olj6lgp273agv',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::noFaZ4LCbSsMbedd',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/economic/syncProduct' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::fmCr8clt794n4vK1',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/economic/bookInvoice' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::gl5apvRp3n7yh4q1',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/podio/syncClient' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::ENxZOZgU2czyEXpt',
),
1 => NULL,
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/test-invoice' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::lEu59yTltcxpD7vV',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/validate-hook' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::0qUejpTyiVRU2n0k',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/check-payment-status' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::hoYRTXdJPaIUKmBT',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
'/handle_hooks' =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::esGdHLZ58aFbHIS3',
),
1 => NULL,
2 =>
array (
'GET' => 0,
'HEAD' => 1,
),
3 => NULL,
4 => false,
5 => false,
6 => NULL,
),
),
),
2 =>
array (
0 => '{^(?|/podio/hook/([^/]++)(*:27))/?$}sDu',
),
3 =>
array (
27 =>
array (
0 =>
array (
0 =>
array (
'_route' => 'generated::jMIOodwMrhogWMy4',
),
1 =>
array (
0 => 'app_id',
),
2 =>
array (
'POST' => 0,
),
3 => NULL,
4 => false,
5 => true,
6 => NULL,
),
1 =>
array (
0 => NULL,
1 => NULL,
2 => NULL,
3 => NULL,
4 => false,
5 => false,
6 => 0,
),
),
),
4 => NULL,
),
'attributes' =>
array (
'generated::NnC4RnPlz4aq53Ym' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'sanctum/csrf-cookie',
'action' =>
array (
'uses' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show',
'controller' => 'Laravel\\Sanctum\\Http\\Controllers\\CsrfCookieController@show',
'namespace' => NULL,
'prefix' => 'sanctum',
'where' =>
array (
),
'middleware' =>
array (
0 => 'web',
),
'as' => 'generated::NnC4RnPlz4aq53Ym',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::NI4olj6lgp273agv' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'api/user',
'action' =>
array (
'middleware' =>
array (
0 => 'api',
1 => 'auth:sanctum',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:297:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:79:"function (\\Illuminate\\Http\\Request $request) {
return $request->user();
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000077cacbbf000000007e7fe105";}";s:4:"hash";s:44:"CWYvA3hs5HLl7w+Q8TCUefgcVctkNiAwfkTNdOA74qk=";}}',
'namespace' => NULL,
'prefix' => 'api',
'where' =>
array (
),
'as' => 'generated::NI4olj6lgp273agv',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::noFaZ4LCbSsMbedd' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => '/',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:268:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:50:"function () {
return \\view(\'landingPage\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000077cacbb9000000007e7fe105";}";s:4:"hash";s:44:"nd/weiIzCmKNzwNlJqXeX9t9oRYONbk8Ho2xj14eQmE=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::noFaZ4LCbSsMbedd',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::fmCr8clt794n4vK1' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'economic/syncProduct',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\EconomicHookController@save',
'controller' => 'App\\Http\\Controllers\\EconomicHookController@save',
'namespace' => NULL,
'prefix' => '/economic',
'where' =>
array (
),
'as' => 'generated::fmCr8clt794n4vK1',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::gl5apvRp3n7yh4q1' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'economic/bookInvoice',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\EconomicHookController@save',
'controller' => 'App\\Http\\Controllers\\EconomicHookController@save',
'namespace' => NULL,
'prefix' => '/economic',
'where' =>
array (
),
'as' => 'generated::gl5apvRp3n7yh4q1',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::jMIOodwMrhogWMy4' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'podio/hook/{app_id}',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\PodioHookController@save',
'controller' => 'App\\Http\\Controllers\\PodioHookController@save',
'namespace' => NULL,
'prefix' => '/podio',
'where' =>
array (
),
'as' => 'generated::jMIOodwMrhogWMy4',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::ENxZOZgU2czyEXpt' =>
array (
'methods' =>
array (
0 => 'POST',
),
'uri' => 'podio/syncClient',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\PodioHookController@save',
'controller' => 'App\\Http\\Controllers\\PodioHookController@save',
'namespace' => NULL,
'prefix' => '/podio',
'where' =>
array (
),
'as' => 'generated::ENxZOZgU2czyEXpt',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::lEu59yTltcxpD7vV' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'test-invoice',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\TestController@getinvoiceDetails',
'controller' => 'App\\Http\\Controllers\\TestController@getinvoiceDetails',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::lEu59yTltcxpD7vV',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::0qUejpTyiVRU2n0k' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'validate-hook',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'App\\Http\\Controllers\\TestController@validateHook',
'controller' => 'App\\Http\\Controllers\\TestController@validateHook',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::0qUejpTyiVRU2n0k',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::hoYRTXdJPaIUKmBT' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'check-payment-status',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:300:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:82:"function () {
\\Illuminate\\Support\\Facades\\Artisan::call(\'update:payment\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000077cacbb1000000007e7fe105";}";s:4:"hash";s:44:"/E67BChvahzEI806hQhG7MdcTGlZyh0/UGBghAaIEa4=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::hoYRTXdJPaIUKmBT',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
'generated::esGdHLZ58aFbHIS3' =>
array (
'methods' =>
array (
0 => 'GET',
1 => 'HEAD',
),
'uri' => 'handle_hooks',
'action' =>
array (
'middleware' =>
array (
0 => 'web',
),
'uses' => 'O:47:"Laravel\\SerializableClosure\\SerializableClosure":1:{s:12:"serializable";O:46:"Laravel\\SerializableClosure\\Serializers\\Signed":2:{s:12:"serializable";s:300:"O:46:"Laravel\\SerializableClosure\\Serializers\\Native":5:{s:3:"use";a:0:{}s:8:"function";s:82:"function () {
\\Illuminate\\Support\\Facades\\Artisan::call(\'update:invoice\');
}";s:5:"scope";s:37:"Illuminate\\Routing\\RouteFileRegistrar";s:4:"this";N;s:4:"self";s:32:"0000000077cacbb3000000007e7fe105";}";s:4:"hash";s:44:"ic6e0yFG0dZj+mGbcOaS1G/YzScBLH64Hs1QhrFy3as=";}}',
'namespace' => NULL,
'prefix' => '',
'where' =>
array (
),
'as' => 'generated::esGdHLZ58aFbHIS3',
),
'fallback' => false,
'defaults' =>
array (
),
'wheres' =>
array (
),
'bindingFields' =>
array (
),
'lockSeconds' => NULL,
'waitSeconds' => NULL,
'withTrashed' => false,
),
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists