likely the last commit had a serious vulnerability. this is just a sync
Deploy vintagecoding.net / deploy (push) Canceled after 0s
Deploy vintagecoding.net / deploy (push) Canceled after 0s
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user