CasperSecurity

Current Path : /var/www/orientalss.com/app/Models/
Upload File :
Current File : /var/www/orientalss.com/app/Models/DailyManpowerUtilisation.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
use Illuminate\Database\Eloquent\SoftDeletes;
use Laravel\Scout\Searchable;

class DailyManpowerUtilisation extends Model
{
    use HasFactory,SoftDeletes,Searchable;

    public $guarded = [];

    public function toSearchableArray()
    {
        return [
            'project_id'=>$this->project_id,
            'employee_id'=>$this->employee_id,
        ];
    }

    public function employee(){
        return $this->belongsTo(EmployeeRegistration::class,'employee_id');
    }

    public function project(){
        return $this->belongsTo(ManageProject::class,'project_id');
    }
}
Hacker Blog, Shell İndir, Sql İnjection, XSS Attacks, LFI Attacks, Social Hacking, Exploit Bot, Proxy Tools, Web Shell, PHP Shell, Alfa Shell İndir, Hacking Training Set, DDoS Script, Denial Of Service, Botnet, RFI Attacks, Encryption
Telegram @BIBIL_0DAY