empty jump bridges tables

This commit is contained in:
2019-12-11 22:25:37 -06:00
parent 7a5da1e4c2
commit 1a6577539f

View File

@@ -9,8 +9,8 @@ use Illuminate\Console\Command;
use Commands\Library\CommandHelper; use Commands\Library\CommandHelper;
//Models //Models
use App\Models\Lookups\Structure; use App\Models\Structure\Structure;
use App\Models\Lookups\Services; use App\Models\Structure\Services;
use App\Models\Stock\Asset; use App\Models\Stock\Asset;
class EmptyJumpBridges extends Command class EmptyJumpBridges extends Command