File manager - Edit - /var/www/html/portalHomolog/app/Models/BancoDeTalentos/Candidato.php
Back
<?php namespace App\Models\BancoDeTalentos; use Illuminate\Database\Eloquent\Factories\HasFactory; use Illuminate\Database\Eloquent\Model; use Illuminate\Notifications\Notifiable; use Laravel\Sanctum\HasApiTokens; use DateTimeInterface; class Candidato extends Model { use HasApiTokens, HasFactory, Notifiable; protected $connection = 'mysql_siati_app'; protected $table = 'candidates'; const CREATED_AT = 'created_at'; const UPDATED_AT = 'updated_at'; protected $fillable = [ 'id', 'cpf', 'name', 'email', 'address', 'zip_code', 'birth_date', 'special_needs', 'telephone', 'cellphone', 'min_payment', 'desired_payment', 'cv_summary', 'has_experience', 'active', 'neighbourhood_id', 'gender_id', 'marital_status_id', 'ethnicity', 'occupation_id', 'created_at', 'updated_at', ]; protected function serializeDate(DateTimeInterface $date) { return $date->format('Y-m-d H:i:s'); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.28 | Generation time: 0.01 |
proxy
|
phpinfo
|
Settings