1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

refactor(core): add property forms to Flextype\EntriesController #234

This commit is contained in:
Awilum
2019-09-19 17:30:50 +03:00
parent 55079f5f46
commit 371fb5ac4c

View File

@@ -28,6 +28,7 @@ use Ramsey\Uuid\Exception\UnsatisfiedDependencyException;
* @property Csrf $csrf
* @property Themes $themes
* @property Slugify $slugify
* @property Forms $forms
*/
class EntriesController extends Controller
{