Skip to content

Commit 243b6c4

Browse files
committed
📝 fixed typo
Signed-off-by: Bruno Meilick <[email protected]>
1 parent 964b809 commit 243b6c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bnomei/kirby3-janitor",
33
"type": "kirby-plugin",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"license": "MIT",
66
"description": "Kirby 3 Plugin for running jobs like cleaning the cache from within the Panel, PHP code or a cronjob",
77
"authors": [

tests/site/config/config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// $data => 'my custom data'
1010
return [
1111
'status' => 200,
12-
'label' => $page . title() . ' ' . $data,
12+
'label' => $page->title() . ' ' . $data,
1313
];
1414
},
1515

0 commit comments

Comments
 (0)