Merge remote-tracking branch 'origin/oasis' into oasis

This commit is contained in:
Peter Papp
2021-05-24 16:51:14 +02:00
98 changed files with 1845 additions and 1845 deletions

File diff suppressed because one or more lines are too long

View File

@@ -12,9 +12,9 @@ use Kyslik\ColumnSortable\Sortable;
use App\Notifications\ResetPassword;
use Illuminate\Support\Facades\Storage;
use Illuminate\Notifications\Notifiable;
use Makingcg\Invoice\App\Traits\Invoiceable;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Foundation\Auth\User as Authenticatable;
use Makingcg\Invoice\App\Traits\Invoiceable;
class User extends Authenticatable
{