{$this->consommableAttribute} = null; $this->save(); } public function fillRequestInfo(Request $request) { $this->ip = $request->ip(); $this->user_agent = $request->userAgent(); } public function consumed(): bool { return $this->{$this->consommableAttribute} == null; } }