From 4c7bde1400820f36caf8b2a5374007384c3018f3 Mon Sep 17 00:00:00 2001 From: winter Date: Mon, 9 Dec 2024 21:31:54 +0000 Subject: rename to Digitigrade / PawPub :3 --- WpfTest/Model/ActorEndpoints.php | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 WpfTest/Model/ActorEndpoints.php (limited to 'WpfTest/Model/ActorEndpoints.php') diff --git a/WpfTest/Model/ActorEndpoints.php b/WpfTest/Model/ActorEndpoints.php deleted file mode 100644 index f6120d3..0000000 --- a/WpfTest/Model/ActorEndpoints.php +++ /dev/null @@ -1,27 +0,0 @@ -actorId = $id; - } - - protected function getUpdateWhereClause($db): ?string { - if (self::findWhere('actor_id = ?', [$this->actorId]) != null) { - return "actor_id = $this->actorId"; - } - return null; - } -} \ No newline at end of file -- cgit v1.3