diff --git a/Models/Department.php b/Models/Department.php index 41e74ef..5039ae2 100644 --- a/Models/Department.php +++ b/Models/Department.php @@ -45,7 +45,7 @@ class Department implements ArrayableInterface, \JsonSerializable /** * Parent * - * @var mixed + * @var null|self * @since 1.0.0 */ protected ?self $parent = null;