Sindbad~EG File Manager

Current Path : /proc/self/cwd/common/Pages/
Upload File :
Current File : //proc/self/cwd/common/Pages/Page.php

<?php namespace Common\Pages;

use Illuminate\Database\Eloquent\Model;

/**
 * App\Page
 *
 * @property int $id
 * @property string $body
 * @property string $slug
 * @property \Carbon\Carbon $created_at
 * @property \Carbon\Carbon $updated_at
 * @mixin \Eloquent
 */
class Page extends Model
{
    protected $guarded = ['id'];
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists