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 BookStack\Settings; use BookStack\App\Model; class Setting extends Mode..

Decoded Output download

<?php

namespace BookStack\Settings;

use BookStack\App\Model;

class Setting extends Model
{
    protected $fillable = ['setting_key', 'value'];

    protected $primaryKey = 'setting_key';
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace BookStack\Settings;

use BookStack\App\Model;

class Setting extends Model
{
    protected $fillable = ['setting_key', 'value'];

    protected $primaryKey = 'setting_key';
}

Function Calls

None

Variables

None

Stats

MD5 4c9451a79f2fca3c45db4d07727cb2a9
Eval Count 0
Decode Time 96 ms