Skip to content

Commit

Permalink
Fixed Cms\Section namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
dominiclord committed May 28, 2020
1 parent 84252eb commit d1a7729
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
3 changes: 1 addition & 2 deletions src/Charcoal/Cms/Section/EmptySection.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<?php

namespace Charcoal\Cms;
namespace Charcoal\Cms\Section;

// From 'charcoal-cms'
use Charcoal\Cms\AbstractSection;
use Charcoal\Cms\Mixin\EmptySectionInterface;

/**
* Empty section
Expand Down
5 changes: 1 addition & 4 deletions src/Charcoal/Cms/Section/ExternalSection.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<?php

namespace Charcoal\Cms;

// From 'charcoal-translator'
use Charcoal\Translator\Translation;
namespace Charcoal\Cms\Section;

// From 'charcoal-cms'
use Charcoal\Cms\AbstractSection;
Expand Down

0 comments on commit d1a7729

Please sign in to comment.