fix(git): tracking issue due to case sensitivity
This commit is contained in:
parent
5ddaf3a61f
commit
79fc9927d7
1 changed files with 2 additions and 2 deletions
|
|
@ -1,13 +1,13 @@
|
|||
<?php
|
||||
|
||||
namespace App\View\Components\services;
|
||||
namespace App\View\Components\Services;
|
||||
|
||||
use App\Models\Service;
|
||||
use Closure;
|
||||
use Illuminate\Contracts\View\View;
|
||||
use Illuminate\View\Component;
|
||||
|
||||
class advanced extends Component
|
||||
class Advanced extends Component
|
||||
{
|
||||
/**
|
||||
* Create a new component instance.
|
||||
|
|
|
|||
Loading…
Reference in a new issue