BF wrong namespace
This commit is contained in:
parent
c5ee4d3080
commit
cc13986135
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Traits;
|
||||
namespace Blax\Workkit\Traits;
|
||||
|
||||
trait HasMeta
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
<?php
|
||||
|
||||
namespace App\Traits;
|
||||
|
||||
use App\Services\IncompleteJsonService;
|
||||
namespace Blax\Workkit\Traits;
|
||||
|
||||
trait HasMetaTranslation
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue