mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
wip
This commit is contained in:
@@ -24,7 +24,7 @@ class Project extends BaseModel
|
||||
];
|
||||
static public function ownedByCurrentTeam()
|
||||
{
|
||||
return Project::whereTeamId(session('currentTeam')->id);
|
||||
return Project::whereTeamId(session('currentTeam')->id)->orderBy('name');
|
||||
}
|
||||
public function team()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user