| DIR: /home/u358511784/domains/admin.texindcolors.com/public_html/app/Models/ |
| Current File : /home/u358511784/domains/admin.texindcolors.com/public_html/app/Models/Image.php |
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Model;
class Image extends Model
{
protected $fillable = ['path'];
}
|