Skip to content

Commit

Permalink
fix namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Feb 21, 2021
1 parent 31b72cd commit 4cb6125
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@
},
"autoload": {
"psr-4": {
"Astrotomic\\CachableAttributes\\": "src/"
"Astrotomic\\Vcard\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"Astrotomic\\CachableAttributes\\Tests\\": "tests/"
"Astrotomic\\Vcard\\Tests\\": "tests/"
}
},
"prefer-stable": true
Expand Down
2 changes: 1 addition & 1 deletion src/Vcard.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace App\Utils;
namespace Astrotomic\Vcard;

use Illuminate\Contracts\Support\Responsable;
use Illuminate\Http\Response;
Expand Down

0 comments on commit 4cb6125

Please sign in to comment.