diff --git a/app/src/Database/Models/MemberAux.php b/app/src/Database/Models/MemberAux.php index 93e6837..e512951 100644 --- a/app/src/Database/Models/MemberAux.php +++ b/app/src/Database/Models/MemberAux.php @@ -20,7 +20,7 @@ class MemberAux extends Model { /** - * The table doesn't have timestamps columns + * The table doesn't have timestamps columns. */ public $timestamps = false; @@ -31,7 +31,7 @@ class MemberAux extends Model protected $table = 'members'; /** - * Define the fillable columns + * Define the fillable columns. */ protected $fillable = [ 'city',