removed old subscription backend

This commit is contained in:
Čarodej
2021-11-19 16:18:27 +01:00
parent 34eaf3e411
commit f402141bfb
50 changed files with 13 additions and 2287 deletions

View File

@@ -13,7 +13,6 @@ use Kyslik\ColumnSortable\Sortable;
use Illuminate\Support\Facades\Storage;
use Illuminate\Notifications\Notifiable;
use App\Users\Notifications\ResetPassword;
use Domain\Subscriptions\Traits\Subscription;
use Laravel\Fortify\TwoFactorAuthenticatable;
use Illuminate\Contracts\Auth\MustVerifyEmail;
use Illuminate\Database\Eloquent\Relations\HasOne;
@@ -39,7 +38,6 @@ use VueFileManager\Subscription\App\User\Traits\Billable;
class User extends Authenticatable implements MustVerifyEmail
{
use TwoFactorAuthenticatable;
use Subscription;
use HasApiTokens;
use Notifiable;
use HasFactory;