Skip to content

Commit

Permalink
Fix [UF5] AppController says "safe to be deleted", but this breaks 4 …
Browse files Browse the repository at this point in the history
…routes #1241
  • Loading branch information
lcharette committed Feb 6, 2024
1 parent 1a9ef86 commit 7fe3a1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/src/Bakery/HelloCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
/**
* Sample Bakery command.
*
* N.B.: THIS FILE IS SAFE TO EDIT OR DELETE.
* N.B.: This file is sage to edit or delete. If you delete this class, don't
* forget to delete the corresponding entry in the Sprinkle Recipe!
*/
class HelloCommand extends Command
{
Expand Down
3 changes: 2 additions & 1 deletion app/src/Controller/AppController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
*
* Implements some common site wide routes.
*
* N.B.: THIS FILE IS SAFE TO EDIT OR DELETE.
* N.B.: This file is sage to edit or delete. If you delete this class, don't
* forget to delete the corresponding routes and entry in the Sprinkle Recipe!
*/
class AppController
{
Expand Down
2 changes: 1 addition & 1 deletion app/tests/Controller/AppControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Tests for AppController Class.
*
* N.B.: THIS FILE IS SAFE TO EDIT OR DELETE.
* N.B.: This file is sage to edit or delete.
*/
class AppControllerTest extends TestCase
{
Expand Down

0 comments on commit 7fe3a1d

Please sign in to comment.