Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakshan-Madushanka committed Dec 19, 2024
2 parents 9860a5c + 93f6711 commit 966339a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/Http/Integrations/OMDb/OMDbConnector.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

declare(strict_types=1);

namespace App\Http\Integrations\OMDb;

use Saloon\Http\Connector;
Expand Down
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@

'omdb' => [
'token' => env('OMDB_TOKEN'),
]
],

];

0 comments on commit 966339a

Please sign in to comment.