Skip to content
Snippets Groups Projects
Commit 596c9f30 authored by catch's avatar catch
Browse files

Issue #2257757 by martin107: \Drupal::isConfigSyncing should be marked as static.

parent 8f601605
No related branches found
No related tags found
No related merge requests found
......@@ -618,7 +618,7 @@ public static function formBuilder() {
* @return bool
* Returns TRUE is syncing flag set.
*/
public function isConfigSyncing() {
public static function isConfigSyncing() {
return static::$container->get('config.installer')->isSyncing();
}
......
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