mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-08 05:54:47 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
namespace InvoiceShelf\Http\Controllers\V1\Customer\General;
|
||||
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
use InvoiceShelf\Http\Controllers\Controller;
|
||||
use InvoiceShelf\Http\Requests\Customer\CustomerProfileRequest;
|
||||
use InvoiceShelf\Http\Resources\Customer\CustomerResource;
|
||||
use InvoiceShelf\Models\Company;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Auth;
|
||||
|
||||
class ProfileController extends Controller
|
||||
{
|
||||
@@ -24,7 +24,7 @@ class ProfileController extends Controller
|
||||
$customer->clearMediaCollection('customer_avatar');
|
||||
|
||||
$customer->addMediaFromRequest('customer_avatar')
|
||||
->toMediaCollection('customer_avatar');
|
||||
->toMediaCollection('customer_avatar');
|
||||
}
|
||||
|
||||
if ($request->billing !== null) {
|
||||
|
||||
Reference in New Issue
Block a user