File tree Expand file tree Collapse file tree 2 files changed +10
-7
lines changed
src/Base/Filament/Concerns Expand file tree Collapse file tree 2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change 2828
2929use function Filament \Support \is_app_url ;
3030
31- /**
32- * Marker trait — enables Filament's cacheTraitActions() to call
33- * cacheHasContentFormActions() before cacheMountedActions() runs,
34- * so extra status actions are in cachedActions in time.
35- */
36- trait HasContentFormActions {}
37-
3831trait ContentFormTrait
3932{
4033 use HasContentFormActions;
Original file line number Diff line number Diff line change 1+ <?php
2+
3+ namespace SolutionForest \InspireCms \Base \Filament \Concerns ;
4+
5+ /**
6+ * Marker trait — enables Filament's cacheTraitActions() to call
7+ * cacheHasContentFormActions() before cacheMountedActions() runs,
8+ * so extra status actions are in cachedActions in time.
9+ */
10+ trait HasContentFormActions {}
You can’t perform that action at this time.
0 commit comments