Skip to content

Commit

Permalink
Add success text in "create:layout"
Browse files Browse the repository at this point in the history
  • Loading branch information
rougin committed Oct 8, 2024
1 parent fa606a0 commit 34d7094
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Commands/CreateLayout.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ public function run()
file_put_contents($file, $footer->make());
// ---------------------------------------

$this->showPass('Layout files created!');

return self::RETURN_SUCCESS;
}
}

0 comments on commit 34d7094

Please sign in to comment.