Skip to content

Commit

Permalink
live package
Browse files Browse the repository at this point in the history
  • Loading branch information
alirizaoztetik committed Apr 18, 2023
1 parent ad35eed commit 4046cbb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion config/paytr.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<?php

use PayTR\Enums\Currency;
use PayTR\Enums\System;

return [

Expand Down
2 changes: 1 addition & 1 deletion src/PaytrServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ public function register(): void
public function boot(): void
{
$this->registerRoutes();
$this->publishConfiguration();
$this->mergeConfiguration();
$this->publishConfiguration();
}

/**
Expand Down

0 comments on commit 4046cbb

Please sign in to comment.