fix(git): tracking issue due to case sensitivity
This commit is contained in:
parent
3e577dbb27
commit
723f14e6f6
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