Removed dd for debugging

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2021-12-02 15:02:25 -08:00
parent 37033fb2f7
commit 064e0b7a1c

View file

@ -47,15 +47,16 @@ class CategoryTest extends BaseTest
] ]
); );
// Loop through the models and create 2 assets in each model // Loop through the models and create 2 assets in each model
$models->each(function ($model) { $models->each(function ($model) {
//dd($model);
$asset = Asset::factory() $asset = Asset::factory()
->count(2) ->count(2)
->create( ->create(
[ [
'model_id' => $model->id, 'model_id' => $model->id,
] ]
); );
//dd($asset); //dd($asset);