Skip to content

Commit 35f1197

Browse files
committed
tidy up
1 parent 9fed83b commit 35f1197

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Console/Example.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ function __construct(ViewModel $model)
2828
*/
2929
function __invoke($day, $month)
3030
{
31-
var_dump($this->model);
32-
echo $day . ' ' . $month . "\n";
31+
echo $this->model->message . ': ' . $day . ' ' . $month . "\n";
3332
}
3433
}

0 commit comments

Comments
 (0)