mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 21:44:51 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
|
||||
namespace Database\Factories;
|
||||
|
||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
use InvoiceShelf\Models\Customer;
|
||||
use InvoiceShelf\Models\RecurringInvoice;
|
||||
use InvoiceShelf\Models\User;
|
||||
use Illuminate\Database\Eloquent\Factories\Factory;
|
||||
|
||||
class RecurringInvoiceFactory extends Factory
|
||||
{
|
||||
@@ -41,7 +41,7 @@ class RecurringInvoiceFactory extends Factory
|
||||
'limit_by' => $this->faker->randomElement(['NONE', 'COUNT', 'DATE']),
|
||||
'limit_count' => $this->faker->randomDigit,
|
||||
'limit_date' => $this->faker->date(),
|
||||
'exchange_rate' => $this->faker->randomDigitNotNull
|
||||
'exchange_rate' => $this->faker->randomDigitNotNull,
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user