insert([ [ 'id' => 1, 'name' => 'Glovetloxad', 'email' => 'glovet@unity.com', 'password' => bcrypt('pass123'), 'img' => null, 'status' => 1, 'created_by' => null, 'updated_by' => null, 'created_at' => date('Y-m-d H:i:s'), 'updated_at' => date('Y-m-d H:i:s') ], [ 'id' => 2, 'name' => 'The One', 'email' => 'admin@unity.com', 'password' => bcrypt('pass123'), 'img' => null, 'status' => 1, 'created_by' => null, 'updated_by' => null, 'created_at' => date('Y-m-d H:i:s'), 'updated_at' => date('Y-m-d H:i:s') ] ]); } }