mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-12-27 03:26:37 +00:00
Changed App namespace to Infinito namespace
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Domain\SourceManagement;
|
||||
namespace Infinito\Domain\SourceManagement;
|
||||
|
||||
use App\Entity\Source\SourceInterface;
|
||||
use Infinito\Entity\Source\SourceInterface;
|
||||
|
||||
/**
|
||||
* Offers to add and remove source members and memberships.
|
||||
|
||||
Reference in New Issue
Block a user