Skip to content

Commit

Permalink
fix schema remove auth_type validation
Browse files Browse the repository at this point in the history
  • Loading branch information
cjzamora committed Feb 28, 2019
1 parent 86106de commit d222c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
2 changes: 1 addition & 1 deletion package/install/0.0.1.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,6 @@
$schemas = array_merge($schemas, $processed);

$response
->setResults('logs', '/module/website', '0.0.1', $logs)
->setResults('logs', 'cradlephp/cradle-website', '0.0.1', $logs)
->setResults('schemas', $schemas);
});
13 changes: 0 additions & 13 deletions package/schema/auth.php
Original file line number Diff line number Diff line change
Expand Up @@ -199,19 +199,6 @@
array (
'type' => 'text',
),
'validation' =>
array (
0 =>
array (
'method' => 'one',
'parameters' =>
array (
0 => '0',
1 => '1',
),
'message' => 'Should be 0 or 1',
),
),
'list' =>
array (
'format' => 'none',
Expand Down

0 comments on commit d222c97

Please sign in to comment.