From: Vincent Vanwaelscappel Date: Thu, 26 Nov 2020 13:19:21 +0000 (+0100) Subject: wip #3753 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=1afd307e48012b1ef90d95d2c8f555de7fd5b9f3;p=cubist_cms-back.git wip #3753 --- diff --git a/src/resources/cubistmagic/Controller.stub b/src/resources/cubistmagic/Controller.stub index e327369..c28bb3b 100644 --- a/src/resources/cubistmagic/Controller.stub +++ b/src/resources/cubistmagic/Controller.stub @@ -10,7 +10,5 @@ class _CONTROLLERCLASS_ extends _EXTENDS_ protected $_routeURL = '_ROUTEURL_'; protected $_singular = '_SINGULAR_'; protected $_plural = '_PLURAL_'; - protected $_clonable = _CLONABLE_; - protected $_bulk = _BULK_; protected $_oneInstance= _ONEINSTANCE_; }