Compare commits

..

No commits in common. "277259320ad4a8bc067c1eb1f3f2f4d8ee479a96" and "d38989f3023bbc92ecc0fb40c3c74e6c6527b3da" have entirely different histories.

2 changed files with 1 additions and 19 deletions

View File

@ -144,24 +144,6 @@ steps:
branch: master
event: push
- name: deploy dpsgbergischland
image: drillster/drone-rsync
settings:
hosts: ['zoomyboy.de']
user: dpsgbergischland
source: ./
target: ~/adrema
exclude: ['.git']
key:
from_secret: deploy_private_key
script:
- cd ~/adrema
- /usr/bin/php8.1 artisan migrate --force
- sudo systemctl restart adremabl-queue
when:
branch: master
event: push
- name: github push
image: alpine/git
environment:

View File

@ -282,7 +282,7 @@ class Member extends Model implements Geolocatable
*/
public function ageGroupMemberships(): HasMany
{
return $this->memberships()->isAgeGroup()->active();
return $this->memberships()->isAgeGroup();
}
public static function booted()