@@ -818,7 +818,7 @@ transition. The value of this option is any valid expression created with the
818
818
from : draft
819
819
to : reviewed
820
820
publish :
821
- # or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted", "is_valid"
821
+ # or "is_remember_me", "is_fully_authenticated", "is_granted", "is_valid"
822
822
guard : " is_authenticated"
823
823
from : reviewed
824
824
to : published
@@ -853,7 +853,7 @@ transition. The value of this option is any valid expression created with the
853
853
</framework : transition >
854
854
855
855
<framework : transition name =" publish" >
856
- <!-- or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted" -->
856
+ <!-- or "is_remember_me", "is_fully_authenticated", "is_granted" -->
857
857
<framework : guard >is_authenticated</framework : guard >
858
858
<framework : from >reviewed</framework : from >
859
859
<framework : to >published</framework : to >
@@ -889,7 +889,7 @@ transition. The value of this option is any valid expression created with the
889
889
890
890
$blogPublishing->transition()
891
891
->name('publish')
892
- // or "is_anonymous", " is_remember_me", "is_fully_authenticated", "is_granted"
892
+ // or "is_remember_me", "is_fully_authenticated", "is_granted"
893
893
->guard('is_authenticated')
894
894
->from(['reviewed'])
895
895
->to(['published']);
0 commit comments