Fixed wrong namespace

Change-Id: I2e8b0f2662dfd3fe05f9413d6a553ca3f1367310
This commit is contained in:
smarcet 2019-04-29 20:00:29 -03:00
parent cd1664b574
commit e23c36dddf
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@
* limitations under the License.
**/
use Jenssegers\Agent\Agent;
use Illuminate\Config;
use Illuminate\Support\Facades\Config;
/**
* Class ExternalUrlService
* @package Services\Utils