action = $action; $this->journal = $journal; } /** * @return bool */ public function act() { $this->journal->categories()->detach(); return true; } }