We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eea6bf9 commit 8be24d1Copy full SHA for 8be24d1
1 file changed
src/EntityList/EntityListEntities.php
@@ -2,8 +2,12 @@
2
3
namespace Code16\Sharp\EntityList;
4
5
+use Illuminate\Support\Traits\Conditionable;
6
+
7
class EntityListEntities
8
{
9
+ use Conditionable;
10
11
/**
12
* @var EntityListEntity[]
13
*/
0 commit comments