Skip to content

Commit

Permalink
Updated naming and directory structure for source.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raistlfiren committed May 24, 2016
1 parent 8beac63 commit b64abbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Extension.php → src/TaxonomyListExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
use Symfony\Component\HttpFoundation\Response;
use Bolt\Extensions\Snippets\Location as SnippetLocation;

class Extension extends \Bolt\BaseExtension
class TaxonomyListExtension extends \Bolt\BaseExtension
{
const NAME = 'TaxonomyList';
/**
Expand Down

0 comments on commit b64abbe

Please sign in to comment.