[6.x][Dto] Remove "\Serializable" from Dto interface
aedart opened this issue · 0 comments
aedart commented
The \Aedart\Contracts\Dto
interface imports the Serializable
, which is deprecated from PHP v8.1
.
Note that the interface does not extend / use the Serializable
interface. Strange that code style didn't pick this up as an unused import.