diff --git a/docs/en/topics/testing/fixtures.md b/docs/en/topics/testing/fixtures.md index 5053cd143..696528814 100644 --- a/docs/en/topics/testing/fixtures.md +++ b/docs/en/topics/testing/fixtures.md @@ -162,7 +162,7 @@ team. private static $many_many_extraFields = array( "Players" => array( "Role" => "Varchar" - ); + ) ); }