Skip to content

Commit

Permalink
oauth console in bin #20
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille37 committed May 17, 2024
1 parent e00394c commit 4283991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/osm-oauth-console.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*/
error_reporting(-1);

require_once(__DIR__ . '/../vendor/autoload.php');
require_once( $_composer_autoload_path ?? __DIR__ . '/../vendor/autoload.php' );

use Cyrille37\OSM\Yapafo\OSM_Api;
use JBelien\OAuth2\Client\Provider\OpenStreetMap as OAuth2OsmProvider;
Expand Down

0 comments on commit 4283991

Please sign in to comment.