Find this useful? Enter your email to receive occasional updates for securing PHP code.
Signing you up...
Thank you for signing up!
PHP Decode
<?php namespace Webkul\CartRule\Providers; use Illuminate\Foundation\Support\Providers\E..
Decoded Output download
<?php
namespace Webkul\CartRule\Providers;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider
{
/**
* The event handler mappings for the application.
*
* @var array
*/
protected $listen = [
'checkout.order.save.after' => [
'Webkul\CartRule\Listeners\Order@manageCartRule',
],
'checkout.cart.collect.totals.before' => [
'Webkul\CartRule\Listeners\Cart@applyCartRules',
],
];
}
?>
Did this file decode correctly?
Original Code
<?php
namespace Webkul\CartRule\Providers;
use Illuminate\Foundation\Support\Providers\EventServiceProvider as ServiceProvider;
class EventServiceProvider extends ServiceProvider
{
/**
* The event handler mappings for the application.
*
* @var array
*/
protected $listen = [
'checkout.order.save.after' => [
'Webkul\CartRule\Listeners\Order@manageCartRule',
],
'checkout.cart.collect.totals.before' => [
'Webkul\CartRule\Listeners\Cart@applyCartRules',
],
];
}
Function Calls
None |
Stats
MD5 | 7021eca8441db03a9bc1b73510ccc86c |
Eval Count | 0 |
Decode Time | 111 ms |