Skip to content

Commit 85e41de

Browse files
committed
Fix mixin success message.
1 parent 57a28c1 commit 85e41de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/MakeMixin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function handle()
3737

3838
$filesystem->put($fullPath, $stub);
3939

40-
$this->info("Component {$name} succesfully created.");
40+
$this->info("Mixin {$name} succesfully created.");
4141
}
4242

4343
/**

0 commit comments

Comments
 (0)