Unverified Commit 73b1fa59 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3015810 follow-up by benjifisher: Properly deprecate UPDATE_* constants

(cherry picked from commit 4a812fc9)
parent b6404c08
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@

use Drupal\Core\Link;
use Drupal\Core\Url;
use Drupal\Update\UpdateFetcherInterface;
use Drupal\Update\UpdateManagerInterface;
use Drupal\update\UpdateFetcherInterface;
use Drupal\update\UpdateManagerInterface;

/**
 * Implements hook_requirements().