Skip to content

Commit c54ca21

Browse files
committed
chore(facade): Update vendor/bin/facade.php path
- Updated require statement for vendor/bin/facade.php
1 parent 4375865 commit c54ca21

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

facade.php

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
*/
1212

1313
require __DIR__.'/vendor/autoload.php';
14-
$_composer_autoload_path = __DIR__.'/vendor-bin/facade-documenter/vendor/autoload.php';
1514

16-
// require __DIR__.'/src/Facades/ExceptionNotify.php';
17-
18-
require __DIR__.'/vendor-bin/facade-documenter/vendor/laravel/facade-documenter/facade.php';
15+
require __DIR__.'/vendor/bin/facade.php';

0 commit comments

Comments
 (0)