Skip to content
Snippets Groups Projects
Commit 33d4305a authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Code style

parent 6cb08b22
Branches
Tags 6.x-2.0-beta3
No related merge requests found
<?php <?php
/**
* @file
* GitLab API install file.
*/
use Drupal\Core\Language\LanguageInterface; use Drupal\Core\Language\LanguageInterface;
use Drupal\gitlab_api\Entity\GitlabServer; use Drupal\gitlab_api\Entity\GitlabServer;
/** /**
* Migrate configuration to a config entity * Migrate configuration to a config entity.
*/ */
function gitlab_api_update_8001() { function gitlab_api_update_8001() {
$config = \Drupal::config('gitlab_api.settings'); $config = \Drupal::config('gitlab_api.settings');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment