Moved the BasicTokenRepository code to UFTweaks

This commit is contained in:
2023-06-06 15:08:31 +01:00
parent c99a277e2a
commit cbf6b916c3
7 changed files with 4 additions and 522 deletions

View File

@@ -12,7 +12,7 @@ namespace UserFrosting\Sprinkle\Organisations\Database\Models;
use Illuminate\Database\Eloquent\SoftDeletes;
use Illuminate\Database\Capsule\Manager as DB;
use UserFrosting\Sprinkle\Core\Database\Models\Model;
use UserFrosting\Sprinkle\Organisations\Repository\Interfaces\TokenOwnerInterface;
use UserFrosting\Sprinkle\UFTweaks\Repository\Interfaces\TokenOwnerInterface;
/**
* OrganisationMember mapping Class.