Skip to content

Commit

Permalink
improving
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Peixoto committed Aug 11, 2016
1 parent ffea9c8 commit 25d77c4
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

class LaravelSalesforceServiceProvider extends ServiceProvider
{

/**
* Indicates if loading of the provider is deferred.
*
Expand All @@ -31,11 +30,6 @@ public function boot()
*/
public function register()
{
$this->app->booting(function () {
$loader = \Illumintate\Foundation\AliasLoader::getInstance();
$loader->alias('Salesforce', 'Davispeixoto\LaravelSalesforce\Facades\Salesforce');
});

$this->app['salesforce'] = $this->app->share(function ($app) {
return new Salesforce($app['config']);
});
Expand Down

0 comments on commit 25d77c4

Please sign in to comment.