Skip to content

Commit

Permalink
fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Oct 11, 2022
1 parent f6b650d commit 8dc19ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Commands/CompressAllMessages.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Console\Commands;
namespace Teamnovu\LaravelNotificationLog\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Facades\Config;
Expand Down
2 changes: 1 addition & 1 deletion src/Commands/DecompressAllMessages.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Console\Commands;
namespace Teamnovu\LaravelNotificationLog\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Facades\Config;
Expand Down

0 comments on commit 8dc19ac

Please sign in to comment.