call(AssetSeeder::class); } if (! Location::count()) { $this->call(LocationSeeder::class); } Actionlog::factory() ->count(300) ->assetCheckoutToUser() ->create(); Actionlog::factory() ->count(100) ->assetCheckoutToLocation() ->create(); } }