diff options
| author | Greg Roach <fisharebest@gmail.com> | 2015-05-31 08:08:54 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2015-05-31 17:36:14 +0100 |
| commit | 0e62c4b8d0ec6901bfaffd1dc763db37489518a4 (patch) | |
| tree | a1949cbb3ba5e7cf7d5ab8b08a4f179857328625 /app/Module/InteractiveTreeModule.php | |
| parent | 5bccd64ef5cfe5e079d2cd516f4a661881dbe46c (diff) | |
| download | webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.gz webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.tar.bz2 webtrees-0e62c4b8d0ec6901bfaffd1dc763db37489518a4.zip | |
PSR-4
Diffstat (limited to 'app/Module/InteractiveTreeModule.php')
| -rw-r--r-- | app/Module/InteractiveTreeModule.php | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/Module/InteractiveTreeModule.php b/app/Module/InteractiveTreeModule.php index cfaba7af07..c8c6eb310f 100644 --- a/app/Module/InteractiveTreeModule.php +++ b/app/Module/InteractiveTreeModule.php @@ -1,5 +1,5 @@ <?php -namespace Fisharebest\Webtrees; +namespace Fisharebest\Webtrees\Module; /** * webtrees: online genealogy @@ -15,6 +15,12 @@ namespace Fisharebest\Webtrees; * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +use Fisharebest\Webtrees\Auth; +use Fisharebest\Webtrees\Controller\ChartController; +use Fisharebest\Webtrees\Filter; +use Fisharebest\Webtrees\I18N; +use Fisharebest\Webtrees\Individual; +use Fisharebest\Webtrees\Module\InteractiveTree\TreeView; /** * Class InteractiveTreeModule |
