feat: export data as json format (#4779)

This commit is contained in:
Alexis Saettler
2022-01-11 21:41:32 +01:00
committed by GitHub
parent ccf6d4fe2f
commit 8c627a28cb
126 changed files with 2787 additions and 172 deletions
+2 -1
View File
@@ -3,6 +3,7 @@
namespace App\Models\User;
use Carbon\Carbon;
use App\Traits\HasUuid;
use App\Helpers\FormHelper;
use App\Jobs\SendVerifyEmail;
use App\Models\Settings\Term;
@@ -22,7 +23,7 @@ use Illuminate\Database\Eloquent\Relations\BelongsToMany;
class User extends Authenticatable implements MustVerifyEmail, HasLocalePreference
{
use Notifiable, HasApiTokens;
use Notifiable, HasApiTokens, HasUuid;
/**
* The attributes that are mass assignable.