likely the last commit had a serious vulnerability. this is just a sync
Deploy vintagecoding.net / deploy (push) Canceled after 0s

This commit is contained in:
2025-06-10 10:46:22 -06:00
parent becfbc3628
commit ae76b11a87
8 changed files with 304 additions and 324 deletions
+1
View File
@@ -45,6 +45,7 @@ class Post
public function __construct(int $space = 2025, ?int $id = null, User $creator, int $postType, int $status)
{
error_log('Instantiating a post');
$this->space = $space;
$this->id = $id;
$this->creator = $creator;