This commit is contained in:
Andras Bacsai 2023-06-13 16:11:06 +02:00
parent 3f3036961e
commit 1bbf79fe20

View File

@ -18,7 +18,6 @@ class Controller extends BaseController
public function dashboard() public function dashboard()
{ {
ray(request());
$projects = Project::ownedByCurrentTeam()->get(); $projects = Project::ownedByCurrentTeam()->get();
$servers = Server::ownedByCurrentTeam()->get(); $servers = Server::ownedByCurrentTeam()->get();