Skip to content

Commit

Permalink
Remove deprecated Serializable interface
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanchilvers committed Sep 28, 2023
1 parent 4bfecf4 commit 05a723e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Model.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
* @property int id
* @author Ronan Chilvers <ronan@d3r.com>
*/
abstract class Model implements Serializable
abstract class Model
{
use HasHooks,
HasAttributes,
Expand Down

0 comments on commit 05a723e

Please sign in to comment.