Skip to content

Commit

Permalink
publish
Browse files Browse the repository at this point in the history
  • Loading branch information
truongbo17 committed Nov 5, 2022
1 parent beb038f commit 6855254
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TiktokApiServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ public function register()
// facade
$client = new Client($this->getConfigGuzzle());
$this->app->singleton('tiktok-api', fn() => new Tiktok(client: $client));

$loader = AliasLoader::getInstance();
$loader->alias('TikTokApi', TiktokApiFacade::class);
}

public function loadHelpers()
Expand Down

0 comments on commit 6855254

Please sign in to comment.