We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fed83b commit 35f1197Copy full SHA for 35f1197
src/Console/Example.php
@@ -28,7 +28,6 @@ function __construct(ViewModel $model)
28
*/
29
function __invoke($day, $month)
30
{
31
- var_dump($this->model);
32
- echo $day . ' ' . $month . "\n";
+ echo $this->model->message . ': ' . $day . ' ' . $month . "\n";
33
}
34
0 commit comments