Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion framework/Application/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
class Application
{
public static Router $router;
private static DBConnection $DB;
private static Container $container;

/**
Expand Down
1 change: 0 additions & 1 deletion framework/Router/Router.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ class Router
"edit" => ["get"],
"destroy" => ["delete"]
];
private array $uris = [];
public static array $verbs = ['GET', 'HEAD', 'POST', 'PUT', 'PATCH', 'DELETE', 'OPTIONS'];
private string $resourceName;

Expand Down