Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions app/Http/Controllers/API/v1/ConfigurationController.php

This file was deleted.

18 changes: 0 additions & 18 deletions app/Http/Traits/Configurable.php

This file was deleted.

2 changes: 1 addition & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace App\Models;

// use Illuminate\Contracts\Auth\MustVerifyEmail;
use App\Http\Traits\Configurable;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Relations\HasMany;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Illuminate\Notifications\Notifiable;
use Laravel\Sanctum\HasApiTokens;
use Whilesmart\ModelConfiguration\Traits\Configurable;
use Whilesmart\UserDevices\Traits\HasDevices;

class User extends Authenticatable
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.8",
"smartpings/php-sdk": "dev-main",
"whilesmart/eloquent-model-configuration": "^1.0.4",
"whilesmart/eloquent-model-configuration": "^1.0.6",
"whilesmart/laravel-plugin-engine": "^1.0.0",
"whilesmart/laravel-user-authentication": "^1.0.4",
"whilesmart/laravel-user-devices": "^1.0.0",
Expand Down
Loading