diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-25 22:13:59 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-25 22:13:59 +0200 |
commit | a86bdc6b5bab78b4026f44161413f4e482df42e4 (patch) | |
tree | 76ffd745780671371272e97b3eeac85e154e236e /admin/post/insert.php | |
parent | 366d0de19c012821ef587d5fdb9557c339b43303 (diff) | |
download | blog-a86bdc6b5bab78b4026f44161413f4e482df42e4.tar.gz blog-a86bdc6b5bab78b4026f44161413f4e482df42e4.tar.xz blog-a86bdc6b5bab78b4026f44161413f4e482df42e4.zip |
Reorganize namespaces
Diffstat (limited to 'admin/post/insert.php')
-rw-r--r-- | admin/post/insert.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/post/insert.php b/admin/post/insert.php index c640a39..72f40b6 100644 --- a/admin/post/insert.php +++ b/admin/post/insert.php @@ -19,7 +19,7 @@ $UserRepository = Application::getRepository('User'); #=============================================================================== # Instantiate new Post entity #=============================================================================== -$Post = new Post\Entity; +$Post = new ORM\Entities\Post; #=============================================================================== # Check for insert request |