mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
Fix backend code styling
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php
|
||||
|
||||
use App\Models\Invoice;
|
||||
use Carbon\Carbon;
|
||||
use App\Models\User;
|
||||
use App\Models\Share;
|
||||
use ByteUnits\Metric;
|
||||
use App\Models\Invoice;
|
||||
use App\Models\Setting;
|
||||
use App\Models\Language;
|
||||
use Illuminate\Support\Str;
|
||||
@@ -169,7 +169,6 @@ if (! function_exists('get_invoice_number')) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (! function_exists('cache_forget_many')) {
|
||||
/**
|
||||
* Forget many cache keys at once
|
||||
@@ -343,7 +342,6 @@ if (! function_exists('store_avatar')) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (! function_exists('store_system_image')) {
|
||||
/**
|
||||
* Store system image
|
||||
|
||||
Reference in New Issue
Block a user