Skip to content

Commit

Permalink
Fix namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
simonhamp committed Feb 2, 2024
1 parent a6b0ec0 commit 203b579
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Clients/Electron.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Native\Laravel\Client;
namespace Native\Laravel\Clients;

use Illuminate\Http\Client\PendingRequest;
use Illuminate\Http\Client\Response;
Expand Down
2 changes: 1 addition & 1 deletion src/Clients/Tauri.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

namespace Native\Laravel\Environments;
namespace Native\Laravel\Clients;

use Native\Laravel\Contracts\Client;

Expand Down

0 comments on commit 203b579

Please sign in to comment.