Display: Add ObjectIcon::STAR_EMPTY

pull/5036/head
Yannick Warnier 2 years ago
parent af9de9a0b5
commit 730c172296
  1. 2
      src/CoreBundle/Component/Utils/ObjectIcon.php

@ -38,6 +38,8 @@ enum ObjectIcon: string
case PDF = 'arrow-down-bold';
// Indicator of session or admin resource
case STAR = 'star';
// Indicator of something new
case STAR_EMPTY = 'star-outline';
// Homepage
case HOME = 'home';
// Courses

Loading…
Cancel
Save