We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d78bd9 commit 9f12ea9Copy full SHA for 9f12ea9
src/Auth/Auth.php
@@ -3,5 +3,7 @@
3
4
class Auth {
5
// Authentication class
6
-
+ // create policy "Enable read access for all users"
7
+//on "public"."users"
8
+//for select using (true);
9
}
0 commit comments