Move the BookXmlFilesTrait to the Helpers folder

This commit is contained in:
Leonard Smith 2021-05-21 07:26:30 -05:00
parent ee92322c80
commit f91dd9380e
4 changed files with 5 additions and 2 deletions

View File

@ -2,6 +2,7 @@
namespace App\Handlers;
use Illuminate\Support\Facades\URL;
use App\Helpers\Traits\BookXmlFilesTrait;
/**
* LexiconHandler.php
*

View File

@ -2,6 +2,7 @@
namespace App\Handlers;
use Illuminate\Support\Facades\URL;
use App\Helpers\Traits\BookXmlFilesTrait;
/**
* TextMorphologyHandler.php
*
@ -113,7 +114,7 @@ class TextMorphologyHandler
public function getChapterDataById($id)
{
}
public function getChapterDataFromNode($node)

View File

@ -13,6 +13,7 @@ use DOMNodeList;
use Illuminate\Console\OutputStyle;
use Symfony\Component\Console\Output\OutputInterface;
use Illuminate\Support\Facades\Log;
use App\Helpers\Traits\BookXmlFilesTrait;
/**
* UlbXmlImportHandler.php

View File

@ -1,5 +1,5 @@
<?php
namespace App\Handlers;
namespace App\Helpers\Traits;
/**
* BookXmlFilesTrait.php