<?php
namespace Database\Seeders\Admin;
use App\Models\Admin\AdminHasRole;
use Illuminate\Database\Seeder;
class AdminHasRoleSeeder extends Seeder
{
/**
* Run the database seeds.
*
* @return void
*/
public function run()
{
$data = [
[
'admin_id' => 1,
'admin_role_id' => 1,
'last_edit_by' => 1,
],
];
AdminHasRole::insert($data);
}
}
Transfer Money
Our transfer system provides a seamless and secure way to move your funds. Enjoy a straightforward process with top-notch security features, ensuring that sending money to friends, family, or businesses is both quick and worry-free. Experience smooth transactions with confidence, knowing that your security is our highest priority.