Skip to content

Commit

Permalink
Merge pull request #11 from thiagocoelho/master
Browse files Browse the repository at this point in the history
Fixing FatalErrorException of Salesfoce.php adding a missing use \Log;
  • Loading branch information
davispeixoto committed Mar 12, 2015
2 parents bb90ae0 + be34573 commit de6b7d5
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 de6b7d5

Please sign in to comment.