Skip to content

Commit 48ba18d

Browse files
committed
Merge branch '4.x' into 5.x
2 parents f12ddc3 + e965276 commit 48ba18d

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

src/Base/Filament/Concerns/ContentFormTrait.php

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,6 @@
2828

2929
use 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-
3831
trait ContentFormTrait
3932
{
4033
use HasContentFormActions;
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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 {}

0 commit comments

Comments
 (0)