Skip to content

Commit

Permalink
fix: restore config lost in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 13, 2018
1 parent 4e67159 commit e1f39ea
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php

Slate\CBL\Demonstrations\DemonstrationSkill::$validators['TargetLevel'] = [
'validator' => 'number'
,'min' => 1
,'max' => 6
,'required' => false
];

0 comments on commit e1f39ea

Please sign in to comment.