Skip to content

Commit bd57daa

Browse files
committed
fix: move definitions of macros to src folder
1 parent 6bc6bbf commit bd57daa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/LaravelNotionApiServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace FiveamCode\LaravelNotionApi;
44

5-
use FiveamCode\LaravelNotionApi\Tests\Macros\PestHttpRecorder;
5+
use FiveamCode\LaravelNotionApi\Macros\PestHttpRecorder;
66
use Illuminate\Support\ServiceProvider;
77

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

3-
namespace FiveamCode\LaravelNotionApi\Tests\Macros;
3+
namespace FiveamCode\LaravelNotionApi\Macros;
44

55
use GuzzleHttp\Client;
66
use Illuminate\Http\Client\Request;

0 commit comments

Comments
 (0)