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 eaa6e55 commit dfc8e50Copy full SHA for dfc8e50
README.md
@@ -79,13 +79,13 @@ return [
79
80
// output for the command line
81
defined('STDOUT') && $cli->success(
82
- $model->title() . ' ' . $cli->arg('data')
+ $page->title() . ' ' . $cli->arg('data')
83
);
84
85
// output for janitor
86
janitor()->data($cli->arg('command'), [
87
'status' => 200,
88
- 'message' => $model->title() . ' ' . $cli->arg('data'),
+ 'message' => $page->title() . ' ' . $cli->arg('data'),
89
]);
90
}
91
];
0 commit comments