mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-30 07:44:41 +00:00
Merge remote-tracking branch 'origin/oasis' into oasis
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -1,14 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
namespace App\Console\Commands;
|
namespace App\Console\Commands;
|
||||||
|
|
||||||
use App\Models\User;
|
|
||||||
use App\Models\Setting;
|
use App\Models\Setting;
|
||||||
use Illuminate\Support\Str;
|
|
||||||
use App\Models\Oasis\Client;
|
|
||||||
use App\Models\Oasis\Invoice;
|
|
||||||
use Illuminate\Console\Command;
|
use Illuminate\Console\Command;
|
||||||
use Illuminate\Support\Facades\Storage;
|
use Illuminate\Support\Facades\Storage;
|
||||||
use Illuminate\Database\Eloquent\Factories\Sequence;
|
|
||||||
|
|
||||||
class SetupOasisEnvironment extends Command
|
class SetupOasisEnvironment extends Command
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
use App\Models\Invoice;
|
|
||||||
use Carbon\Carbon;
|
use Carbon\Carbon;
|
||||||
use App\Models\User;
|
use App\Models\User;
|
||||||
use App\Models\Share;
|
use App\Models\Share;
|
||||||
use ByteUnits\Metric;
|
use ByteUnits\Metric;
|
||||||
|
use App\Models\Invoice;
|
||||||
use App\Models\Setting;
|
use App\Models\Setting;
|
||||||
use App\Models\Language;
|
use App\Models\Language;
|
||||||
use Illuminate\Support\Str;
|
use Illuminate\Support\Str;
|
||||||
@@ -169,7 +169,6 @@ if (! function_exists('get_invoice_number')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (! function_exists('cache_forget_many')) {
|
if (! function_exists('cache_forget_many')) {
|
||||||
/**
|
/**
|
||||||
* Forget many cache keys at once
|
* Forget many cache keys at once
|
||||||
@@ -343,7 +342,6 @@ if (! function_exists('store_avatar')) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (! function_exists('store_system_image')) {
|
if (! function_exists('store_system_image')) {
|
||||||
/**
|
/**
|
||||||
* Store system image
|
* Store system image
|
||||||
|
|||||||
+1
-1
@@ -12,9 +12,9 @@ use Kyslik\ColumnSortable\Sortable;
|
|||||||
use App\Notifications\ResetPassword;
|
use App\Notifications\ResetPassword;
|
||||||
use Illuminate\Support\Facades\Storage;
|
use Illuminate\Support\Facades\Storage;
|
||||||
use Illuminate\Notifications\Notifiable;
|
use Illuminate\Notifications\Notifiable;
|
||||||
|
use Makingcg\Invoice\Http\Traits\Invoiceable;
|
||||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||||
use Illuminate\Foundation\Auth\User as Authenticatable;
|
use Illuminate\Foundation\Auth\User as Authenticatable;
|
||||||
use Makingcg\Invoice\Http\Traits\Invoiceable;
|
|
||||||
|
|
||||||
class User extends Authenticatable
|
class User extends Authenticatable
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user