Skip to content

Commit

Permalink
Move twig/ templates/
Browse files Browse the repository at this point in the history
  • Loading branch information
GwendolenLynch committed Feb 7, 2016
1 parent 85b53a8 commit 2ae2a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ColourPickerExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected function registerFields()
protected function registerTwigPaths()
{
return [
'twig' => ['position' => 'prepend', 'namespace' => 'bolt'],
'templates' => ['position' => 'prepend', 'namespace' => 'bolt'],
];
}

Expand Down
File renamed without changes.

0 comments on commit 2ae2a43

Please sign in to comment.