Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
removed slug from form builder
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnetters committed Mar 22, 2017
1 parent 26379bf commit 9b5204c
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/Person/Form/PersonFormBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,4 @@
class PersonFormBuilder extends FormBuilder
{

/**
* The form fields.
*
* @var array|string
*/
protected $fields = [
'*',
'slug' => [
'disabled' => 'edit',
],
];

}

0 comments on commit 9b5204c

Please sign in to comment.