Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/app/Models/Badge.php
Назад
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; use Spatie\MediaLibrary\HasMedia; use Spatie\MediaLibrary\InteractsWithMedia; class Badge extends Model implements HasMedia { use InteractsWithMedia; protected $fillable = ['title','description']; /** * Define the relationship with the users. */ public function users() { return $this->belongsToMany(User::class); } /** * Register the media collections for the Badge model. */ public function registerMediaCollections(): void { $this->addMediaCollection('badge_image'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка