Skip to content

Commit

Permalink
chore(facade): Update vendor/bin/facade.php path
Browse files Browse the repository at this point in the history
- Updated require statement for vendor/bin/facade.php
  • Loading branch information
guanguans committed Aug 29, 2023
1 parent 4375865 commit c54ca21
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions facade.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@
*/

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

// require __DIR__.'/src/Facades/ExceptionNotify.php';

require __DIR__.'/vendor-bin/facade-documenter/vendor/laravel/facade-documenter/facade.php';
require __DIR__.'/vendor/bin/facade.php';

0 comments on commit c54ca21

Please sign in to comment.