Skip to content

Commit

Permalink
Remove KPLC tokens callback from config
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinmurimi committed Aug 31, 2022
1 parent 20a3be9 commit 2b501da
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/TandaServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,8 @@ class TandaServiceProvider extends ServiceProvider
*/
public function boot()
{
// require __DIR__.'/routes/web.php';
// $this->loadRoutesFrom(__DIR__.'/routes/web.php');

if ($this->app->runningInConsole()) {
//publish the config files
//publish the config file
$this->publishes([
__DIR__.'/../config/tanda.php' => config_path('tanda.php'),
], 'tanda-config');
Expand Down

0 comments on commit 2b501da

Please sign in to comment.