1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-23 05:16:03 +02:00

feat(admin-plugin): update EntriesController #186

add ability to set:
- created_by
- published_by
- published_at
- created_at
This commit is contained in:
Awilum
2019-08-30 23:50:56 +03:00
parent 2cb0f9bd38
commit 7530c5b65a

View File

@@ -3,6 +3,7 @@
namespace Flextype;
use Flextype\Component\Filesystem\Filesystem;
use Flextype\Component\Session\Session;
use Flextype\Component\Date\Date;
use Flextype\Component\Form\Form;
use Flextype\Component\Arr\Arr;