remove dump

This commit is contained in:
Julien Fastré 2019-12-20 11:48:32 +01:00
parent 323cc860d7
commit 1f1c9fb726

View File

@ -100,7 +100,6 @@ class Resolver
switch ($key) {
case self::ROLE:
dump($config);
return $config['actions'][$action]['role'] ?? $this->buildDefaultRole($crudName, $action);
}
}