File manager - Edit - /home/linknsbh/proffy.online/app/Models/UserStore.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; class UserStore extends Model { use HasFactory; protected $table = 'user_stores'; protected $fillable = [ 'user_id', 'store_id', ]; public function user() { return $this->belongsTo(User::class); } public function store() { return $this->belongsTo(Store::class); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 0.51 |
proxy
|
phpinfo
|
Settings