mergeConfigFrom($this->_path.'/config/intuit.php','intuit'); } /** * Register the application services. * * @return void */ public function register() { if (! $this->_path) { $this->_path = realpath(__DIR__.'/../../src'); } } }