From d6715914e1beb4276421feaf33ddf656196587e0 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 24 May 2016 02:13:28 -0700 Subject: [PATCH] Fixed supplier namespace --- app/Console/Commands/LicenseImportCommand.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Console/Commands/LicenseImportCommand.php b/app/Console/Commands/LicenseImportCommand.php index 7cff92fd1c..8252e0b973 100644 --- a/app/Console/Commands/LicenseImportCommand.php +++ b/app/Console/Commands/LicenseImportCommand.php @@ -6,6 +6,7 @@ use Symfony\Component\Console\Input\InputOption; use Symfony\Component\Console\Input\InputArgument; use League\Csv\Reader; use App\Models\User; +use App\Models\Supplier; class LicenseImportCommand extends Command {