Skip to content
Snippets Groups Projects
Verified Commit 61bfc556 authored by Alexandre Morin's avatar Alexandre Morin
Browse files

Fix : Sending a message without schema

parent e54d6ea6
No related branches found
No related tags found
No related merge requests found
......@@ -66,8 +66,6 @@ class ArchiveTransfer extends abstractMessage
$this->detectSchema($message);
}
var_dump($message->schema);
exit();
try {
$archiveTransferController = \laabs::newController($message->schema. '/ArchiveTransfer');
$archiveTransferController->receive($message);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment