Skip to content

Commit ff6a042

Browse files
committed
Fix class command bug
1 parent 5e3b12a commit ff6a042

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

src/Ubiquity/devtools/cmd/Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ public static function newClass() {
557557
"new:class",
558558
"class"
559559
], [
560-
"p" => Parameter::create("parent", "The class parent.")
560+
"p" => Parameter::create("parent", "The class parent.",[])
561561
], [
562562
'Creates a new class' => 'Ubiquity class services.OrgaRepository'
563563
], 'controllers');

src/Ubiquity/devtools/debug/Debug.php

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)