'admin', 'email' => 'admin@gmail.com', 'password' => password_hash('admin', PASSWORD_DEFAULT), ]; $this->table('users')->insert([$data])->save(); } }