all()); $this->callbacks = $callbacks; } /** * Get the post-storage callbacks for the fields. * * @return \Illuminate\Support\Collection */ public function callbacks() { return $this->callbacks; } }