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 597c05a commit 10a405b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"autoload": {
"psr-4": {
"LiterallySomethingElse\\CodeEditorField\\": "src/"
"KevinGroeger\\CodeEditorField\\": "src/"
}
},
"minimum-stability": "dev",
Expand Down
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 LiterallySomethingElse\CodeEditorField\Forms;
namespace KevinGroeger\CodeEditorField\Forms;

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

0 comments on commit 10a405b

Please sign in to comment.