Skip to content

Commit 3d3d77a

Browse files
README.md updated
1 parent 89ad51e commit 3d3d77a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Supabase client for PHP:
1313
- When you creating your supabase table, make sure RLS (Row Level Security) option be [×] disable.
1414
- If RLS are enable [] maybe you getting some errors.
1515

16-
17-
### ⚠️ Warning
18-
>>> If you push the code to production while Row-Level Security (RLS) is disabled, it can pose a security threat to your application. To secure your app, please enable Row-Level Security. Otherwise, write an Object-Oriented PDO connection with PostgreSQL.</p>
16+
<details>
17+
<summary> ### ⚠️ Warning
18+
If you push the code to production while Row-Level Security (RLS) is disabled, it can pose a security threat to your application. To secure your app, please enable Row-Level Security. Otherwise, write an Object-Oriented PDO connection with PostgreSQL.</p>
1919

2020
### example code.
2121
```env

0 commit comments

Comments
 (0)