Skip to content

Commit fe645a1

Browse files
update
1 parent 170fa54 commit fe645a1

4 files changed

Lines changed: 10 additions & 9 deletions

File tree

src/Exceptions.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?php
2-
declare(strict_types=1);
3-
namespace Supabase\Client;
1+
<?php declare(strict_types=1);
2+
3+
namespace Supabase;
44

55
class Exceptions extends Exception {
66
public static function Error()

src/Functions.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
<?php
2-
declare(strict_types=1);
1+
<?php declare(strict_types=1);
32

4-
namespace Supabase\Client;
5-
use Supabase\Client\Supabase;
3+
namespace Supabase;
4+
5+
use Supabase\Supabase;
66

77
class Functions extends Supabase
88
{

src/Supabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Supabase\Client;
4+
namespace Supabase;
55
use Exception;
66

77
class Supabase

src/Util/EnvSetup.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?php
2-
namespace Supabase\Client\Util;
2+
namespace Supabase\Util;
3+
34
use Dotenv\Dotenv;
45

56
class EnvSetup

0 commit comments

Comments
 (0)