diff --git a/src/Commands/HydeMakePageCommand.php b/src/Commands/HydeMakePageCommand.php index 92318c9c..b9fa09c4 100644 --- a/src/Commands/HydeMakePageCommand.php +++ b/src/Commands/HydeMakePageCommand.php @@ -59,7 +59,7 @@ public function handle(): int { $this->title('Creating a new page!'); - $this->title = $this->argument('title') + $this->title = $this->argument('title') ?? $this->ask('What is the title of the page?') ?? 'My New Page';