1
0
Fork 0
mirror of synced 2024-06-23 08:40:58 +12:00

chore: modified OAuth docs

This commit is contained in:
Christy Jacob 2019-10-01 21:03:45 +05:30
parent 8d91f83708
commit 9a6d06cd1a

View file

@ -31,7 +31,7 @@ Once you have finished setting up all the metadata for the new provider, you nee
Create a new class that extends the basic OAuth provider abstract class in this location:
```bash
src/Auth/OAuth/ProviderName
./src/Auth/OAuth/ProviderName
```
Note that the class name should start with a capital letter as PHP FIG standards suggest.