Skip to content

Commit 53d0a94

Browse files
committed
Hotfix namespace bug
1 parent 0b200b0 commit 53d0a94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

classes/Commands/PluginCommands/PublishCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
use X\Support\H;
1111
use X\Support\Plugins;
1212
use X\Commands\Command;
13+
use X\Support\Menu\Menu;
1314
use X\Support\Autoloader;
1415

1516
use Kirby\CLI\CLI;

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "genxbe/k3x-cli-tools",
33
"description": "A bunch of usefull tools to use with the Kirby CLI",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"keywords": [
66
"genxbe",
77
"k3x-cli-tools",

0 commit comments

Comments
 (0)