JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrhome/stradeinfotech.in/hrm.stradeinfotech.in/app/Models/LoginDetail.php000064400000001362150414443060022211 0ustar00first(); return $employee; } public static function employeeIdFormat($number) { $settings = Utility::settings(); return $settings["employee_prefix"] . sprintf("%05d", $number); } public function employees() { return $this->hasOne('App\Models\Employee', 'id', 'employee_id'); } }