File manager - Edit - /var/www/html/homologBancodetalentos/app/Models/TalentBank/Language.php
Back
<?php namespace App\Models\TalentBank; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Database\Eloquent\Relations\BelongsToMany; class Language extends Model { use HasFactory; protected $fillable = [ 'name', ]; public function candidates(): BelongsToMany { return $this->belongsToMany(Candidate::class, 'candidate_languages') ->withPivot('language_proficiency_id') ->withTimestamps(); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings