Skip to content
Snippets Groups Projects
Unverified Commit 2e8be78f authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2935256 follow-up by alexpott: Remove all usages of drupal_get_message...

Issue #2935256 follow-up by alexpott: Remove all usages of drupal_get_message and drupal_set_message in modules - PHP5.5 break
parent 13ef6d3d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@
namespace Drupal\Core\Form;
use Drupal\Core\Config\ConfigFactoryInterface;
use Drupal\Core\Messenger\MessengerTrait;
use Symfony\Component\DependencyInjection\ContainerInterface;
/**
......@@ -11,7 +10,6 @@
*/
abstract class ConfigFormBase extends FormBase {
use ConfigFormBaseTrait;
use MessengerTrait;
/**
* Constructs a \Drupal\system\ConfigFormBase object.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment