records = [ [ 'id' => 1, 'uuid' => '3ebfbe50-e7d2-406e-a092-f031e604b6e5', 'username' => self::ADMIN_USER, 'password' => $hasher->hash(self::ADMIN_PASSWORD), 'role_id' => 1, 'individual_id' => 1, 'disabled' => 0, 'organisation_id' => 1, 'created' => '2022-01-04 10:00:00', 'modified' => '2022-01-04 10:00:00' ] ]; parent::init(); } }