public static function getInstance() { if (self::$instance == null) { self::$instance = new GoodsBrandProvider(); } return self::$instance; }