fix
parent
5a7c805978
commit
be0d2da2ea
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue