GrafiteInc/Forms

View on GitHub
src/Html/HoneyPot.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Grafite\Forms\Html;

class HoneyPot extends HtmlSnippet
{
    public static function render($options = [])
    {
        return view('honeypot::honeypotFormFields');
    }
}