From a7558007d62e8e603dbd0de5237519b672e70148 Mon Sep 17 00:00:00 2001 From: Philipp Daun Date: Mon, 20 Apr 2026 23:00:15 +0200 Subject: [PATCH] Mark asset preset generation method protected Signed-off-by: Philipp Daun --- src/Console/Commands/AssetsGeneratePresets.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/AssetsGeneratePresets.php b/src/Console/Commands/AssetsGeneratePresets.php index 6621fcc17ab..3de08451d10 100644 --- a/src/Console/Commands/AssetsGeneratePresets.php +++ b/src/Console/Commands/AssetsGeneratePresets.php @@ -78,7 +78,7 @@ public function handle() * @param \Statamic\Contracts\Assets\AssetContainer $container * @return void */ - private function generatePresets($container) + protected function generatePresets($container) { $assets = $container->assets()->filter->isImage(); $counts = [];