load(); } /** * Return an instance of the creator, using specified data as input */ public static function make(Bundle $bundle): RendersBundle { return new static($bundle); } }