Skip to content

Commit e22a2c3

Browse files
fixes
1 parent a034664 commit e22a2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Laravel/Console/Commands/TokensValidation/CreateCustomHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public function handle(): int
7171
$choice = trim($parts[1]);
7272

7373
$name = $this->ask('name of the class ?', $choice);
74-
$stub = File::get(__DIR__."./stubs/$head/$choice.stub");
74+
$stub = File::get(__DIR__."/stubs/$head/$choice.stub");
7575
$stub = str_replace("//TO*DO", "//TODO", $stub);
7676
$stub = str_replace("class $choice extends", "class $name extends", $stub);
7777

0 commit comments

Comments
 (0)