Skip to content

Commit 4513dbf

Browse files
committed
revert: commit a95985f partially.
The commit a95985f removed the declaration of the `ThemeServiceProvider`. This is not needed for an upcoming version of Sage, but is needed for Sage 10.8.2. Fixes PHP/Symfony error: "Target class [sage.view] does not exist." by re-adding the declaration of `ThemeServiceProvider` in composer.json. Related to commit 8a9c7c2.
1 parent 8a9c7c2 commit 4513dbf

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,5 +56,12 @@
5656
}
5757
},
5858
"minimum-stability": "dev",
59-
"prefer-stable": true
59+
"prefer-stable": true,
60+
"extra": {
61+
"acorn": {
62+
"providers": [
63+
"App\\Providers\\ThemeServiceProvider"
64+
]
65+
}
66+
}
6067
}

0 commit comments

Comments
 (0)