Skip to content

Commit b76f652

Browse files
committed
-
1 parent 11d5050 commit b76f652

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

src/ai-bundle/config/services.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,3 @@
224224
->tag('console.command')
225225
;
226226
};
227-
228-
229-

src/ai-bundle/src/Command/PlatformInvokeCommand.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,3 @@ protected function execute(InputInterface $input, OutputInterface $output): int
143143
return Command::SUCCESS;
144144
}
145145
}
146-
147-
148-

src/ai-bundle/tests/Command/PlatformInvokeCommandTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,8 +177,4 @@ public function testExecuteWithWhitespaceOnlyModel()
177177
'message' => 'Test message',
178178
]);
179179
}
180-
181180
}
182-
183-
184-

0 commit comments

Comments
 (0)