Skip to content

Commit

Permalink
InvalidArgumentException, module can't be found, looking to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Gröger committed May 30, 2023
1 parent a33ad4d commit 597c05a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,12 @@
},
"autoload": {
"psr-4": {
"KevinGroeger\\CodeEditorField\\": "src/"
"LiterallySomethingElse\\CodeEditorField\\": "src/"
}
},
"minimum-stability": "dev",
"require": {
"php": "^8.1",
"silverstripe/vendor-plugin": "^2",
"silverstripe/framework": "^4 || ^5"
}
}
2 changes: 1 addition & 1 deletion src/Forms/CodeEditorField.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace KevinGroeger\CodeEditorField\Forms;
namespace LiterallySomethingElse\CodeEditorField\Forms;

use SilverStripe\Forms\TextareaField;
use SilverStripe\View\Requirements;
Expand Down

0 comments on commit 597c05a

Please sign in to comment.