Skip to content

Commit

Permalink
Fixes for migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Nov 6, 2024
1 parent b6bab14 commit a01d625
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/QuoteController.php
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ public function bulk(BulkActionQuoteRequest $request)
{
/** @var \App\Models\User $user */
$user = auth()->user();
nlog("booop");

$action = $request->input('action');

$ids = $request->input('ids');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?php

use Illuminate\Database\Migrations\Migration;
use Illuminate\Database\Schema\Blueprint;
use App\Utils\Ninja;
use Illuminate\Support\Facades\Schema;
use Illuminate\Database\Schema\Blueprint;
use Illuminate\Database\Migrations\Migration;

return new class extends Migration
{
Expand Down
2 changes: 1 addition & 1 deletion tests/Integration/Einvoice/Storecove/StorecoveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ private function setupTestData(array $params = []): array

public function testIngestStorecoveDocument()
{

nlog("starting first ingest test");
$s = new Storecove();
$x = $s->getDocument('3f0981f1-5105-4970-81f2-6b7482ad27d7');

Expand Down

0 comments on commit a01d625

Please sign in to comment.