Skip to content

Commit

Permalink
Bugg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wazabii committed Dec 8, 2023
1 parent abde8d8 commit ff026e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Form/Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ public function validate(Builder|AbstractForm $form, array|object|null $data)
]);
return false;
}
return $this->container->encode($validate->getRequest())->encode()->get();
return $this->container->encode($validate->getRequest())->encode();
}
}
1 change: 1 addition & 0 deletions Http/Responder.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace MaplePHP\Foundation\Http;

use MaplePHP\Container\Interfaces\ContainerInterface;
use MaplePHP\Http\Interfaces\ResponseInterface;
use MaplePHP\Output\Json;
use MaplePHP\DTO\Traverse;
Expand Down

0 comments on commit ff026e8

Please sign in to comment.