We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8fa2b commit f89b8a9Copy full SHA for f89b8a9
1 file changed
app/system/Sprinkle/SprinkleManager.php
@@ -36,7 +36,7 @@ class SprinkleManager
36
/**
37
* @var string The full absolute base path to the sprinkles directory.
38
*/
39
- protected $sprinklesPath = \UserFrosting\APP_DIR_NAME . \UserFrosting\DS . \UserFrosting\SPRINKLES_DIR_NAME . \UserFrosting\DS;
+ protected $sprinklesPath = \UserFrosting\SPRINKLES_DIR . \UserFrosting\DS;
40
41
42
* Create a new SprinkleManager object.
0 commit comments