Skip to content

Commit

Permalink
disable profile photo and api by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 5, 2020
1 parent 4ef93b6 commit 096d7dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jetstream.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
*/

'features' => [
Features::profilePhotos(),
Features::api(),
// Features::profilePhotos(),
// Features::api(),
// Features::teams(),
],

Expand Down

0 comments on commit 096d7dd

Please sign in to comment.