- <?php
- namespace App;
- use Illuminate\Database\Eloquent\Model;
- use Te7aHoudini\LaravelTrix\Traits\HasTrixRichText;
- use App\Traits\ModelTimeFormat;
- class TutorialContent extends ModelExtended
- {
- use ModelTimeFormat;
- use HasTrixRichText;
- protected $guarded=[];
- }
|