Skip to content

Commit

Permalink
The "inputFilter" parameter has been removed because it is responsibl…
Browse files Browse the repository at this point in the history
…e for validating user input in the creation window
  • Loading branch information
andrey-helldar committed Jun 30, 2023
1 parent bd0e38a commit a192ad6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ide.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
{
"id": "spatie.create-laravel-data",
"name": "Create Data",
"inputFilter": "data",
"classSuffix": "Data",
"files": [
{
Expand All @@ -59,7 +58,6 @@
{
"id": "spatie.create-laravel-data-cast",
"name": "Create Data Cast",
"inputFilter": "cast",
"classSuffix": "Cast",
"files": [
{
Expand All @@ -80,7 +78,6 @@
{
"id": "spatie.create-laravel-data-transformer",
"name": "Create Data Transformer",
"inputFilter": "data",
"classSuffix": "Transformer",
"files": [
{
Expand All @@ -101,7 +98,6 @@
{
"id": "spatie.create-laravel-data-rule",
"name": "Create Data Rule",
"inputFilter": "rule",
"classSuffix": "Rule",
"files": [
{
Expand Down

0 comments on commit a192ad6

Please sign in to comment.