Skip to content

Commit

Permalink
added interface for plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
execut committed Jul 30, 2017
1 parent 83c89dc commit 615e08f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crudFields/Plugin.php
Expand Up @@ -5,9 +5,8 @@
namespace execut\pages\crudFields;
use execut\crudFields\fields\HasOneSelect2;

class Plugin
class Plugin extends \execut\crudFields\Plugin
{
public $owner = null;
public function getFields() {
return [
[
Expand Down

0 comments on commit 615e08f

Please sign in to comment.