Skip to content

Commit

Permalink
fix psr4
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 30, 2023
1 parent 82709f9 commit 04c6f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Commands/DenormalizeInvoicesCommand.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?php

namespace Finller\Invoice;
namespace Finller\Invoice\Commands;

use Finller\Invoice\Invoice;
use Illuminate\Console\Command;
use Illuminate\Database\Eloquent\Builder;
use Illuminate\Database\Eloquent\Collection;
Expand Down
1 change: 1 addition & 0 deletions src/InvoiceServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

namespace Finller\Invoice;

use Finller\Invoice\Commands\DenormalizeInvoicesCommand;
use Spatie\LaravelPackageTools\Package;
use Spatie\LaravelPackageTools\PackageServiceProvider;

Expand Down

0 comments on commit 04c6f50

Please sign in to comment.