From 3a79dc2b7156bdeff008e94b05580354f5e71cb9 Mon Sep 17 00:00:00 2001 From: Ralf Langebrake Date: Sun, 11 Feb 2024 15:05:50 +0100 Subject: [PATCH] Update plugins/modules/artisan.py Co-authored-by: Felix Fontein --- plugins/modules/artisan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/artisan.py b/plugins/modules/artisan.py index 4a4069115d..7eba6ba3b0 100644 --- a/plugins/modules/artisan.py +++ b/plugins/modules/artisan.py @@ -20,7 +20,7 @@ description: - > Artisan is the command line interface included with Laravel, the PHP web application framework for artisans. The module was heavily - inspired by composer, which is typically used together with artisan. + inspired by M(community.general.composer), which is typically used together with artisan. extends_documentation_fragment: - community.general.attributes