Skip to content

Commit 276d7e9

Browse files
committed
Updated namespace and folder structure
1 parent 2ed1490 commit 276d7e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LaravelWpApiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace jwatkin423\LaravelWpApi;
3+
namespace Jwatkin423\LaravelWpApi;
44

55
use Illuminate\Support\ServiceProvider;
66

src/WpApi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22

3-
namespace jwatkin423\LaravelWpApi;
3+
namespace Jwatkin423\LaravelWpApi;
44

55
use GuzzleHttp\Client;
66
use Illuminate\Support\Traits\Macroable;

0 commit comments

Comments
 (0)