mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Working on payment events
This commit is contained in:
parent
f2a8e5f4df
commit
37ec6afdad
@ -108,7 +108,7 @@ class InvoiceRepository extends BaseRepository
|
||||
$this->markInvitationsSent();
|
||||
|
||||
$invoice->save();
|
||||
\Log::error("marking sent");
|
||||
|
||||
UpdateCompanyLedgerWithInvoice::dispatchNow($this->invoice, $this->balance);
|
||||
|
||||
return $invoice;
|
||||
|
@ -19,7 +19,6 @@ use App\Models\User;
|
||||
use App\Models\UserAccount;
|
||||
use App\Repositories\InvoiceRepository;
|
||||
use Illuminate\Database\Seeder;
|
||||
use Illuminate\Support\Facades\Log;
|
||||
|
||||
class RandomDataSeeder extends Seeder
|
||||
{
|
||||
@ -32,6 +31,7 @@ class RandomDataSeeder extends Seeder
|
||||
public function run()
|
||||
{
|
||||
|
||||
|
||||
$this->command->info('Running RandomDataSeeder');
|
||||
|
||||
Eloquent::unguard();
|
||||
|
Loading…
x
Reference in New Issue
Block a user