1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-08 06:06:45 +02:00

fix(serializers): fix issue with Instantiated class Flextype\Serializers\RuntimeException

This commit is contained in:
Awilum
2021-08-09 19:13:15 +03:00
parent 4f7aec42e2
commit 2e44eaf73e

View File

@@ -11,6 +11,7 @@ namespace Flextype\Serializers;
use Nette\Neon\Exception;
use Nette\Neon\Neon as NeonSerializer;
use RuntimeException;
use function cache;
use function registry;