update path serviceProvider

This commit is contained in:
KhatamNugraha
2023-08-10 16:23:53 +07:00
parent e95aa191cc
commit 2816415340
3 changed files with 8 additions and 8 deletions

View File

@ -1,6 +1,6 @@
<?php
namespace Modules\KonfirmasiBank\Providers;
namespace Modules\Konfirmasibank\Providers;
use Illuminate\Support\ServiceProvider;
use Illuminate\Database\Eloquent\Factory;
@ -111,4 +111,4 @@ class KonfirmasiBankServiceProvider extends ServiceProvider
}
return $paths;
}
}
}