Commit ae102748 authored by Matthieu Scarset's avatar Matthieu Scarset
Browse files

Fix D8 version #3302775

parent 01d153d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
name: 'Twitter API Block'
type: module
description: 'Display tweets in Drupal, with blocks.'
core_version_requirement: ^8 || ^9 || ^10
core_version_requirement: ^8.9 || ^9 || ^10
package: Twitter
dependencies:
  - drupal:block
+0 −2
Original line number Diff line number Diff line
@@ -5,8 +5,6 @@
 * Contains hook implementations for twitter_api_block.
 */

use Drupal\Core\Language\LanguageInterface;
use Drupal\Core\Url;
use Drupal\Core\Routing\RouteMatchInterface;

/**