Update to Drupal 8.1.9. For more information, see https://www.drupal.org/project/drupal/releases/8.1.9
This commit is contained in:
parent
f9f23cdf38
commit
09b113657a
125 changed files with 2307 additions and 385 deletions
|
@ -1,5 +1,8 @@
|
|||
<?php
|
||||
// @codingStandardsIgnoreFile
|
||||
// This file is intentionally empty so that it overwrites when sites are
|
||||
// This class is intentionally empty so that it overwrites when sites are
|
||||
// updated from a zip/tarball without deleting the /core folder first.
|
||||
// @todo: remove in 8.3.x
|
||||
//
|
||||
namespace Drupal\user;
|
||||
class UserServiceProvider {}
|
||||
|
|
Reference in a new issue