Skip to content

Commit

Permalink
Fix PSR-4 bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel.PirkerIhl committed Nov 3, 2020
1 parent 31d7844 commit 7d619c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Console/DeployManifest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace LaravelPWA\Console\Commands;
namespace LaravelPWA\Console;

use File;

Expand Down
2 changes: 1 addition & 1 deletion Providers/LaravelPWAServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ public function registerDirective()
public function registerCommands()
{
$this->commands([
\LaravelPWA\Console\Commands\DeployManifest::class,
\LaravelPWA\Console\DeployManifest::class,
]);

}
Expand Down

0 comments on commit 7d619c1

Please sign in to comment.