Skip to content

Commit

Permalink
Fixing FatalErrorException of Salesfoce.php adding a missing use \Log;
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagocoelho committed Mar 12, 2015
1 parent bb90ae0 commit be34573
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Davispeixoto/LaravelSalesforce/Salesforce.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use Davispeixoto\ForceDotComToolkitForPhp\SforceEnterpriseClient as Client;
use Illuminate\Config\Repository;
use \Log;

/**
* Class Salesforce
Expand Down

0 comments on commit be34573

Please sign in to comment.