Skip to content

Instantly share code, notes, and snippets.

@pimlie
Last active May 30, 2017 09:32
Show Gist options
  • Save pimlie/ee2282c1a0c33caf12142ad330c5ad19 to your computer and use it in GitHub Desktop.
Save pimlie/ee2282c1a0c33caf12142ad330c5ad19 to your computer and use it in GitHub Desktop.
<?php
namespace App\Forms\Fields;
use Kris\LaravelFormBuilder\Fields\SelectType;
class Mapping extends SelectType
{
protected function getTemplate()
{
return 'fields.mapping';
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment