$class) ) { $this->$class = Singleton::class($class); } return $this->$class; } /** * Reload ClassMap * * @param void * * @return $this */ public function reload() { Autoloader::restart(); return $this; } }