Skip to content

Commit 090d32b

Browse files
committed
docs: Fix path for source variable
1 parent f780dff commit 090d32b

File tree

1 file changed

+1
-1
lines changed
  • user_guide_src/source/libraries/publisher

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/publisher/009.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class BootstrapPublisher extends Publisher
1313
*
1414
* @var string
1515
*/
16-
protected $source = 'vendor/twbs/bootstrap/';
16+
protected $source = VENDORPATH . 'twbs/bootstrap/';
1717

1818
/**
1919
* FCPATH is always the default destination,

0 commit comments

Comments
 (0)