public function createAccount(UserInterface $user, array $data) { $this->accounts()->create($user, $data); }