v0.0.6 Made edit and update now works dynamically
This commit is contained in:
@@ -7,9 +7,4 @@ use Backend\Model\Post;
|
||||
if(isset($_GET['id'])){
|
||||
$id = $_GET['id'];
|
||||
$post = Post::query()->find($id);
|
||||
|
||||
if($post){
|
||||
echo $post;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user