File tree Expand file tree Collapse file tree 12 files changed +19
-12
lines changed Expand file tree Collapse file tree 12 files changed +19
-12
lines changed Original file line number Diff line number Diff line change 2
2
3
3
namespace FiveamCode \LaravelNotionApi \Endpoints ;
4
4
5
- use FiveamCode \LaravelNotionApi \Entities \BlockCollection ;
5
+ use FiveamCode \LaravelNotionApi \Entities \Collections \ BlockCollection ;
6
6
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
7
7
use FiveamCode \LaravelNotionApi \Notion ;
8
8
use Illuminate \Support \Collection ;
Original file line number Diff line number Diff line change 2
2
3
3
namespace FiveamCode \LaravelNotionApi \Endpoints ;
4
4
5
- use FiveamCode \LaravelNotionApi \Entities \PageCollection ;
5
+ use FiveamCode \LaravelNotionApi \Entities \Collections \ PageCollection ;
6
6
use Illuminate \Support \Collection ;
7
7
use FiveamCode \LaravelNotionApi \Notion ;
8
8
use FiveamCode \LaravelNotionApi \Query \Filter ;
Original file line number Diff line number Diff line change 3
3
namespace FiveamCode \LaravelNotionApi \Endpoints ;
4
4
5
5
use FiveamCode \LaravelNotionApi \Entities \Database ;
6
- use FiveamCode \LaravelNotionApi \Entities \DatabaseCollection ;
6
+ use FiveamCode \LaravelNotionApi \Entities \Collections \ DatabaseCollection ;
7
7
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
8
8
use FiveamCode \LaravelNotionApi \Notion ;
9
9
use FiveamCode \LaravelNotionApi \Query \StartCursor ;
Original file line number Diff line number Diff line change 3
3
namespace FiveamCode \LaravelNotionApi \Endpoints ;
4
4
5
5
use FiveamCode \LaravelNotionApi \Entities \User ;
6
- use FiveamCode \LaravelNotionApi \Entities \UserCollection ;
6
+ use FiveamCode \LaravelNotionApi \Entities \Collections \ UserCollection ;
7
7
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
8
8
use FiveamCode \LaravelNotionApi \Notion ;
9
9
use FiveamCode \LaravelNotionApi \Query \StartCursor ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Blocks ;
4
4
5
5
use DateTime ;
6
+ use FiveamCode \LaravelNotionApi \Entities \Entity ;
6
7
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
7
8
use FiveamCode \LaravelNotionApi \Notion ;
8
9
use Illuminate \Support \Arr ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Collections ;
4
4
5
+ use FiveamCode \LaravelNotionApi \Entities \Blocks \Block ;
5
6
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
6
7
use FiveamCode \LaravelNotionApi \Notion ;
7
8
use Illuminate \Support \Arr ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Collections ;
4
4
5
+ use FiveamCode \LaravelNotionApi \Entities \Database ;
5
6
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
6
7
use FiveamCode \LaravelNotionApi \Notion ;
7
8
use Illuminate \Support \Arr ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Collections ;
4
4
5
5
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
6
6
use FiveamCode \LaravelNotionApi \Notion ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Collections ;
4
4
5
+ use FiveamCode \LaravelNotionApi \Entities \Page ;
5
6
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
6
7
use FiveamCode \LaravelNotionApi \Notion ;
7
8
use Illuminate \Support \Arr ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace FiveamCode \LaravelNotionApi \Entities ;
3
+ namespace FiveamCode \LaravelNotionApi \Entities \ Collections ;
4
4
5
+ use FiveamCode \LaravelNotionApi \Entities \User ;
5
6
use FiveamCode \LaravelNotionApi \Exceptions \WrapperException ;
6
7
use FiveamCode \LaravelNotionApi \Notion ;
7
8
use Illuminate \Support \Arr ;
You can’t perform that action at this time.
0 commit comments