File manager - Edit - /home/linknsbh/linkat.online/app/Models/Role.php
Back
<?php namespace App\Models; use Illuminate\Database\Eloquent\Model; class Role extends Model { protected $fillable = [ 'name', 'permissions', ]; public function admins() { return $this->hasMany('App\Models\Admin'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.31 | Generation time: 1.81 |
proxy
|
phpinfo
|
Settings