Skip to content

Commit f89b8a9

Browse files
committed
Fix issue with sprinkle path
1 parent 2e8fa2b commit f89b8a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/system/Sprinkle/SprinkleManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class SprinkleManager
3636
/**
3737
* @var string The full absolute base path to the sprinkles directory.
3838
*/
39-
protected $sprinklesPath = \UserFrosting\APP_DIR_NAME . \UserFrosting\DS . \UserFrosting\SPRINKLES_DIR_NAME . \UserFrosting\DS;
39+
protected $sprinklesPath = \UserFrosting\SPRINKLES_DIR . \UserFrosting\DS;
4040

4141
/**
4242
* Create a new SprinkleManager object.

0 commit comments

Comments
 (0)