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 App\Common; use Spatie\Activitylog\Traits\LogsActivity; trait Loggable ..

Decoded Output download

<?php 
  namespace App\Common; use Spatie\Activitylog\Traits\LogsActivity; trait Loggable { use LogsActivity; protected static $logFillable = true; protected static $logOnlyDirty = true; public function activities() { return $this->activity()->orderBy("created_at", "desc")->get(); } } ?>

Did this file decode correctly?

Original Code

<?php
  namespace App\Common; use Spatie\Activitylog\Traits\LogsActivity; trait Loggable { use LogsActivity; protected static $logFillable = true; protected static $logOnlyDirty = true; public function activities() { return $this->activity()->orderBy("\x63\162\145\x61\x74\145\x64\137\141\x74", "\144\x65\x73\x63")->get(); } }

Function Calls

None

Variables

None

Stats

MD5 7b7658ecc4863790ec09c3f0d49ce5d5
Eval Count 0
Decode Time 89 ms