removed model for asset job

This commit is contained in:
2020-05-10 23:17:13 -05:00
parent 307741a0e1
commit 7217b5aeec
2 changed files with 0 additions and 4 deletions

View File

@@ -15,9 +15,6 @@ use Commands\Library\CommandHelper;
use App\Library\Assets\AssetHelper;
use Seat\Eseye\Exceptions\RequestFailedException;
//Models
use App\Models\Jobs\JobProcessAsset;
class GetAssetsCommand extends Command
{
/**

View File

@@ -20,7 +20,6 @@ use Seat\Eseye\Exceptions\RequestFailedException;
use App\Library\Assets\AssetHelper;
//App Models
use App\Models\Jobs\JobProcessAsset;
use App\Models\Jobs\JobStatus;
use App\Models\Stock\Asset;