mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-06-15 03:29:19 +00:00
finis!
This commit is contained in:
@ -245,7 +245,7 @@ class Post {
|
||||
$content = $post->getContent();
|
||||
$category = $post->getCategory()->getId();
|
||||
$author = $post->getAuthor()->getId();
|
||||
$dt = (new DateTime())->format("d/m/Y h:i:s");
|
||||
$dt = (new DateTime())->format("d/m/Y");
|
||||
|
||||
|
||||
$pdo = Functions::connect();
|
||||
|
Reference in New Issue
Block a user