wip ui, hidden token on frontend

This commit is contained in:
2025-04-07 20:14:17 +01:00
parent 609008afc7
commit 57b35b4849
3 changed files with 9 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ class Provider extends Model
use HasFactory;
protected $guarded = [];
protected $hidden = ['token'];
protected function casts(): array
{