diff --git a/modules/system/console/PruneCommand.php b/modules/system/console/PruneCommand.php index ebc511beb..006da9974 100644 --- a/modules/system/console/PruneCommand.php +++ b/modules/system/console/PruneCommand.php @@ -63,7 +63,7 @@ protected function findModels(): array * Example usage: * * Event::listen('system.console.model.prune.findModels', function () { - * return collect(['example model' => '\System\Models\File']); + * return ['example model' => '\System\Models\File']; * }); * */