CasperSecurity

Current Path : /var/www/hrms.uiet.co.in/database/seeders/
Upload File :
Current File : /var/www/hrms.uiet.co.in/database/seeders/AttendanceTypeSeeder.php

<?php

namespace Database\Seeders;

use App\Models\AttendanceType;
use Illuminate\Database\Seeder;

class AttendanceTypeSeeder extends Seeder
{
    /**
     * Run the database seeds.
     *
     * @return void
     */
    public function run()
    {
        AttendanceType::create([
            'attendance_type'=>'General Shift',
            'attendance_sort_name'=>'GS',
        ]);

        AttendanceType::create([
            'attendance_type'=>'Rotational Shift',
            'attendance_sort_name'=>'RS',
        ]);

        AttendanceType::create([
            'attendance_type'=>'Nigh Shift',
            'attendance_sort_name'=>'NS',
        ]);
    }
}
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