diff --git a/system/src/Models/Account.php b/system/src/Models/Account.php index 5f2de268..26a09f51 100644 --- a/system/src/Models/Account.php +++ b/system/src/Models/Account.php @@ -5,6 +5,8 @@ namespace MyAAC\Models; use Illuminate\Database\Eloquent\Model; /** + * @property integer $premium_ends_at + * @property integer $premend * @property integer $lastday * @property integer $premdays */