mirror of
https://codeberg.org/vlw/href.git
synced 2025-09-13 16:23:41 +02:00
fix: classname for href DELETE endpoint
This commit is contained in:
parent
03dda5aec1
commit
8aa70ca880
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
require_once Path::root("src/Database/Database.php");
|
||||
require_once Path::root("src/Database/Tables/Href/Href.php");
|
||||
|
||||
class POST_Href extends Database {
|
||||
class DELETE_Href extends Database {
|
||||
protected Ruleset $ruleset;
|
||||
|
||||
public function __construct() {
|
||||
|
|
Loading…
Add table
Reference in a new issue