Skip to content
Snippets Groups Projects
Commit 82a843c9 authored by Eirik Morland's avatar Eirik Morland
Browse files

Issue #3376330 by eiriksm, astonvictor: Avoid using deprecated method

parent 19463925
No related branches found
No related tags found
1 merge request!5Issue #3376330: Avoid using deprecated method
Pipeline #312122 failed
......@@ -18,6 +18,6 @@
"source": "https://git.drupalcode.org/project/git_info"
},
"require": {
"eiriksm/gitinfo": "^2.0||^3.0||^4.0"
"eiriksm/gitinfo": "^4.1.0"
}
}
......@@ -64,7 +64,7 @@ function git_info_tokens($type, $tokens, array $data, array $options, Bubbleable
case 'git-date':
$replacements[$original] = \Drupal::service('git_info.git_info')
->getDate();
->getRfc3339Date();
break;
case 'git-app-version':
......
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