app->singleton('Curl', function () { return new CurlService(); } ); } /** * @return array */ public function provides() { return array('Curl'); } }