Skip to content

Commit

Permalink
fix: update vendor name for core package
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimDeluxe committed Dec 29, 2023
1 parent 8170a5e commit 038b3bd
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 @@ -40,7 +40,7 @@
"php": "^8.2",
"ext-gettext": "*",
"ext-json": "*",
"eclipse/core": "dev-master"
"eclipseapp/core": "dev-master"
},
"require-dev": {
"fakerphp/faker": "^1.9.1",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// --------------------------------------------------
// Import core Javascript and CSS
// --------------------------------------------------
import '../../vendor/eclipse/core/resources/js/core';
import '../../vendor/eclipseapp/core/resources/js/core';

// --------------------------------------------------
// Import application stylesheet
Expand Down

0 comments on commit 038b3bd

Please sign in to comment.