From e8349f5149b32122e1fec6153cc346d554778a2e Mon Sep 17 00:00:00 2001 From: jon hecky <58636640+Technobabble17@users.noreply.github.com> Date: Mon, 6 Jan 2025 10:28:34 -0500 Subject: [PATCH] [5.x] Update MakeFieldtype.php console message (#11309) Co-authored-by: Jason Varga --- src/Console/Commands/MakeFieldtype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Commands/MakeFieldtype.php b/src/Console/Commands/MakeFieldtype.php index 1ceacb2b0d..6a703586cc 100644 --- a/src/Console/Commands/MakeFieldtype.php +++ b/src/Console/Commands/MakeFieldtype.php @@ -78,7 +78,7 @@ protected function generateVueComponent() $this->components->info("Fieldtype Vue component [{$relativePath}] created successfully."); $this->components->bulletList([ - "Don't forget to import and register your fieldtype's Vue component in resources/js/addon.js", + "Don't forget to import and register your fieldtype's Vue component in resources/js/cp.js", 'For more information, see the documentation: https://statamic.dev/fieldtypes#vue-components', ]);