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 declare(strict_types=1); namespace App\Traits; use Illuminate\Database\Eloquent\S..
Decoded Output download
<?php
declare(strict_types=1);
namespace App\Traits;
use Illuminate\Database\Eloquent\SoftDeletes;
trait NestedSoftDeletes
{
use SoftDeletes;
}
?>
Did this file decode correctly?
Original Code
<?php
declare(strict_types=1);
namespace App\Traits;
use Illuminate\Database\Eloquent\SoftDeletes;
trait NestedSoftDeletes
{
use SoftDeletes;
}
Function Calls
None |
Stats
MD5 | dcfef2be50e2f08275affda8cf4f457a |
Eval Count | 0 |
Decode Time | 101 ms |