Skip to content

Commit

Permalink
seeder typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
hafijul233 committed Feb 4, 2024
1 parent b54e50b commit 7a43cb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Seeders/Bangladesh/WalletTransferSeeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ public function run(): void

private function serviceType(): array
{
$image_svg = __DIR__ . '/../../resources/img/service_type/logo_svg/';
$image_png = __DIR__ . '/../../resources/img/service_type/logo_png/';
$image_svg = __DIR__ . '/../../../resources/img/service_type/logo_svg/';
$image_png = __DIR__ . '/../../../resources/img/service_type/logo_png/';

return [
[
Expand Down Expand Up @@ -153,8 +153,8 @@ private function serviceType(): array

private function service(): array
{
$image_svg = __DIR__ . '/../../resources/img/service/logo_svg/';
$image_png = __DIR__ . '/../../resources/img/service/logo_png/';
$image_svg = __DIR__ . '/../../../resources/img/service/logo_svg/';
$image_png = __DIR__ . '/../../../resources/img/service/logo_png/';

return [
['service_type_id' => \Fintech\Business\Facades\Business::serviceType()->list(['service_type_slug' => 'mfs_bkash'])->first()->id, 'service_vendor_id' => 1, 'service_name' => 'bKash',
Expand Down

0 comments on commit 7a43cb0

Please sign in to comment.