remove arrayable

This commit is contained in:
Dennis Eichhorn 2022-03-26 14:59:04 +01:00
parent 672169adc2
commit 5b07f728a7

View File

@ -103,7 +103,7 @@
" * @link https://karaka.app",
" * @since 1.0.0",
" */",
"class $2 implements ArrayableInterface, \\JsonSerializable",
"class $2 implements \\JsonSerializable",
"{",
" private \\$id = 0;",
"",