Skip to content

Commit

Permalink
rolling back a dummy change just to dump
Browse files Browse the repository at this point in the history
  • Loading branch information
davispeixoto committed Nov 10, 2015
1 parent 83a43f5 commit addfd46
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Davispeixoto\LaravelSalesforce;

use Illuminate\Support\ServiceProvider;
use Illuminate\Foundation\AliasLoader as Loader;

class LaravelSalesforceServiceProvider extends ServiceProvider
{
Expand Down Expand Up @@ -33,7 +32,7 @@ public function boot()
public function register()
{
$this->app->booting(function () {
$loader = Loader::getInstance();
$loader = \Illumintate\Foundation\AliasLoader::getInstance();
$loader->alias('Salesforce', 'Davispeixoto\LaravelSalesforce\Facades\Salesforce');
$loader->alias('SF', 'Davispeixoto\LaravelSalesforce\Facades\Salesforce');
});
Expand Down

0 comments on commit addfd46

Please sign in to comment.