Add display of shelve

This commit is contained in:
Ludovic CANDELLIER
2022-01-23 22:49:23 +01:00
parent 090dcd6f24
commit f237882757
10 changed files with 38 additions and 27 deletions

View File

@@ -112,5 +112,4 @@ class Offer extends Model
$query->whereIn('tag_id', $tags);
});
}
}