%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/news/app/Models/
Upload File :
Create Path :
Current File : /var/www/html/news/app/Models/InappropriateWord.php

<?php

namespace App\Models;

use App\Presenters\InappropriateWordPresenter;
use Laracodes\Presenter\Traits\Presentable;

class InappropriateWord extends BaseModel
{
    use Presentable;

    protected $presenter = InappropriateWordPresenter::class;

    protected $fillable = [
        'word',
    ];

    protected $casts = [
        'id'   => 'integer',
        'word' => 'string',
    ];
    protected $dates = [

    ];

}

Zerion Mini Shell 1.0