Compare commits
2 Commits
9cd4c070b0
...
09d7c5e688
Author | SHA1 | Date |
---|---|---|
Luca | 09d7c5e688 | |
Luca | 761fefea09 |
|
@ -19,5 +19,8 @@ foreach ($fatture as $fattura) {
|
||||||
// Completamento automatico informazioni IBAN per banche
|
// Completamento automatico informazioni IBAN per banche
|
||||||
$banche = Banca::all();
|
$banche = Banca::all();
|
||||||
foreach ($banche as $banca) {
|
foreach ($banche as $banca) {
|
||||||
$banca->save();
|
try {
|
||||||
|
$banca->save();
|
||||||
|
} catch (\PDOException $e) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue