zoom in country

This commit is contained in:
Benjamin Takats
2022-12-17 19:49:10 +01:00
parent c814c530c8
commit 2149b85da0
25 changed files with 248 additions and 162 deletions

View File

@@ -14,7 +14,6 @@ class Team extends JetstreamTeam
/**
* The attributes that should be cast.
*
* @var array
*/
protected $casts = [
@@ -23,7 +22,6 @@ class Team extends JetstreamTeam
/**
* The attributes that are mass assignable.
*
* @var string[]
*/
protected $fillable = [
@@ -33,7 +31,6 @@ class Team extends JetstreamTeam
/**
* The event map for the model.
*
* @var array
*/
protected $dispatchesEvents = [