mirror of
https://github.com/tiennm99/coolify.git
synced 2026-07-29 22:20:40 +00:00
refactor(cache): update team retrieval method in ClearsGlobalSearchCache trait
This commit is contained in:
@@ -65,7 +65,7 @@ trait ClearsGlobalSearchCache
|
||||
{
|
||||
// For database models, team is accessed through environment.project.team
|
||||
if (method_exists($this, 'team')) {
|
||||
$team = $this->team();
|
||||
$team = $this->team;
|
||||
if (filled($team)) {
|
||||
return is_object($team) ? $team->id : null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user