Skip to content

Commit

Permalink
Merge pull request #6 from nswdpc/fix-psr4-config
Browse files Browse the repository at this point in the history
Fix:psr4 config
  • Loading branch information
tardinha authored Oct 12, 2023
2 parents f293853 + 99dc7cb commit 5ee11df
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,11 @@
],
"autoload": {
"psr-4": {
"NSWDPC\\Elemental\\Models\\QuickGallery\\": [
"src/Controllers/",
"src/Extensions/",
"src/Models/",
"src/Models/Elements/",
"src/Services/"
],
"NSWDPC\\Elemental\\Models\\QuickGallery\\Tests\\": "tests/"
"NSWDPC\\Elemental\\Models\\QuickGallery\\": "src/Models/Elements/",
"NSWDPC\\Elemental\\Extensions\\QuickGallery\\": "src/Extensions/",
"NSWDPC\\Elemental\\Controllers\\QuickGallery\\": "src/Controllers/",
"NSWDPC\\Elemental\\Services\\QuickGallery\\": "src/Services/",
"NSWDPC\\Elemental\\Tests\\QuickGallery\\": "tests/"
}
},
"require": {
Expand Down
2 changes: 1 addition & 1 deletion tests/QuickGalleryTest.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace NSWDPC\Elemental\Models\QuickGallery\Tests;
namespace NSWDPC\Elemental\Tests\QuickGallery;

use NSWDPC\Elemental\Models\QuickGallery\ElementQuickGallery;
use SilverStripe\Core\Config\Config;
Expand Down

0 comments on commit 5ee11df

Please sign in to comment.