Closed tehnorm closed 1 year ago
Adjusting the package's namespace from Supabase\Util\Constants to Supabase\Storage\Util\Constants for all cases. Fixing issues with error handling when loading .env vars from tests and examples.
Supabase\Util\Constants
Supabase\Storage\Util\Constants
.env
What kind of change does this PR introduce?
Adjusting the package's namespace from
Supabase\Util\Constants
toSupabase\Storage\Util\Constants
for all cases. Fixing issues with error handling when loading.env
vars from tests and examples.