pull/3/head
Rustem 2025-01-30 00:15:11 +05:00
parent 5a7c805978
commit be0d2da2ea
1 changed files with 0 additions and 3 deletions

View File

@ -50,8 +50,5 @@ return new class extends \A7kz\Platform\Commands\InstallScript {
$seed = Storage::disk('pipicar_crm')->get('auto_tariffs/seeds/seed.json');
$data = json_decode($seed, true);
foreach ($data as $item) {
dd(str_contains($item));
}
}
};