Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
ariaieboy committed Oct 22, 2024
1 parent 38fae0e commit 3b2b643
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _ide_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace Filament\Forms\Components {

use Ariaieboy\FilamentJalaliDatetimepicker\FilamentJalaliDatetimepickerServiceProvider;
use Ariaieboy\FilamentJalaliDatetimepicker\FilamentJalaliServiceProvider;

class DatePicker
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;

class FilamentJalaliDatetimepickerServiceProvider extends PackageServiceProvider
class FilamentJalaliServiceProvider extends PackageServiceProvider
{
public function bootingPackage(): void
{
Expand Down
1 change: 1 addition & 0 deletions tests/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Ariaieboy\FilamentJalali\Tests;

use Ariaieboy\FilamentJalaliDatetimepicker\FilamentJalaliServiceProvider;
use Illuminate\Database\Eloquent\Factories\Factory;
use Orchestra\Testbench\TestCase as Orchestra;

Expand Down

0 comments on commit 3b2b643

Please sign in to comment.