Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make it final!
  • Loading branch information
pxpm committed Jun 9, 2025
commit cba3a71bd31ea07be75fd716a07f5d7c238e24b9
2 changes: 1 addition & 1 deletion src/app/Library/Support/DatatableCache.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
use Backpack\CRUD\app\Library\Widget;
use Backpack\CRUD\CrudManager;

class DatatableCache extends SetupCache
final class DatatableCache extends SetupCache
{
public function __construct()
{
Expand Down