summaryrefslogtreecommitdiffstats
path: root/src/Fragments/OptionsFragment.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fragments/OptionsFragment.php')
-rw-r--r--src/Fragments/OptionsFragment.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fragments/OptionsFragment.php b/src/Fragments/OptionsFragment.php
index 16459cc..00ac282 100644
--- a/src/Fragments/OptionsFragment.php
+++ b/src/Fragments/OptionsFragment.php
@@ -142,7 +142,7 @@ class OptionsFragment extends Fragment
*
* @return string
*/
- public static function build(OptionsFragment $fragment)
+ public static function build($fragment)
{
$options = array();
foreach ($fragment->options as $option) {