null ); } public function store() { parent::store(); if ($this->author instanceof User) { $this->author->store(); } } }