diff --git a/Models/Creditor.php b/Models/Creditor.php index 4bec93d..73a97b8 100644 --- a/Models/Creditor.php +++ b/Models/Creditor.php @@ -37,7 +37,7 @@ class Creditor /** * Account. * - * @var null|int|phpOMS/Account/Account + * @var null|int|Account * @since 1.0.0 */ protected $account = null; diff --git a/Models/Debitor.php b/Models/Debitor.php index c7ca836..7b4d81b 100644 --- a/Models/Debitor.php +++ b/Models/Debitor.php @@ -37,7 +37,7 @@ class Debitor /** * Account. * - * @var null|int|phpOMS/Account/Account + * @var null|int|Account * @since 1.0.0 */ protected $account = null;