Edit File: IntroSocial.php
<?php namespace App\Models; use App\Traits\ModelTrait; class IntroSocial extends BaseModel { use ModelTrait; protected $fillable = ['key','url','icon']; }
Back to File Manager