@@ -826,7 +826,7 @@ transition. The value of this option is any valid expression created with the
826
826
from : draft
827
827
to : reviewed
828
828
publish :
829
- # or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted", "is_valid"
829
+ # or "is_remember_me", "is_fully_authenticated", "is_granted", "is_valid"
830
830
guard : " is_authenticated"
831
831
from : reviewed
832
832
to : published
@@ -861,7 +861,7 @@ transition. The value of this option is any valid expression created with the
861
861
</framework : transition >
862
862
863
863
<framework : transition name =" publish" >
864
- <!-- or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted" -->
864
+ <!-- or "is_remember_me", "is_fully_authenticated", "is_granted" -->
865
865
<framework : guard >is_authenticated</framework : guard >
866
866
<framework : from >reviewed</framework : from >
867
867
<framework : to >published</framework : to >
@@ -897,7 +897,7 @@ transition. The value of this option is any valid expression created with the
897
897
898
898
$blogPublishing->transition()
899
899
->name('publish')
900
- // or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted"
900
+ // or "is_remember_me", "is_fully_authenticated", "is_granted"
901
901
->guard('is_authenticated')
902
902
->from(['reviewed'])
903
903
->to(['published']);
0 commit comments