File tree Expand file tree Collapse file tree 2 files changed +22
-11
lines changed
Expand file tree Collapse file tree 2 files changed +22
-11
lines changed Original file line number Diff line number Diff line change 4242
4343 }
4444 },
45- "minimum-stability" : " dev"
45+ "minimum-stability" : " dev" ,
46+ "config" : {
47+ "allow-plugins" : {
48+ "dealerdirect/phpcodesniffer-composer-installer" : true
49+ }
50+ }
4651}
Original file line number Diff line number Diff line change 2424 */
2525class AclPlugin extends BasePlugin
2626{
27- /**
28- * Add console commands if bake is also available.
29- *
30- * @param \Cake\Console\CommandCollection $commands The command collection to update
31- * @return \Cake\Console\CommandCollection
32- */
33- public function console (CommandCollection $ commands ): CommandCollection
34- {
35- return $ commands ;
36- }
27+
28+ /**
29+ * @var bool
30+ */
31+ protected bool $ middlewareEnabled = false ;
32+
33+ /**
34+ * @var bool
35+ */
36+ protected bool $ bootstrapEnabled = false ;
37+
38+ /**
39+ * @var bool
40+ */
41+ protected bool $ routesEnabled = false ;
42+
3743}
3844
You can’t perform that action at this time.
0 commit comments