mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 11:44:05 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
namespace Database\Seeders;
|
||||
|
||||
use InvoiceShelf\Models\Currency;
|
||||
use Illuminate\Database\Seeder;
|
||||
use InvoiceShelf\Models\Currency;
|
||||
|
||||
class CurrenciesTableSeeder extends Seeder
|
||||
{
|
||||
@@ -618,7 +618,6 @@ class CurrenciesTableSeeder extends Seeder
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
foreach ($currencies as $currency) {
|
||||
Currency::create($currency);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user