Skip to content

Commit c9cb02d

Browse files
committed
update some for controler logic
1 parent f1c2925 commit c9cb02d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
> begin at: 2020.08.21
66
77

8+
## v3.0.1
9+
810
## v3.0.x
911

1012
> publish at: 2019.01.03

src/Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ final public function execute($input, $output)
339339
return 0;
340340
}
341341

342-
$this->debugf('action "%s" not found on the group controller', $action);
342+
$this->debugf('action "%s" not found on the group controller "%s"', $action, $group);
343343

344344
// if you defined the method '$this->notFoundCallback' , will call it
345345
// if (($notFoundCallback = $this->notFoundCallback) && method_exists($this, $notFoundCallback)) {

0 commit comments

Comments
 (0)