Skip to content

Commit

Permalink
fix: use ::class
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Feb 5, 2018
1 parent 7846f7d commit a0d6635
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Form/Form.php
Expand Up @@ -14,6 +14,7 @@
*/
namespace Cake\Form;

use Cake\Form\Schema;
use Cake\Validation\Validator;

/**
Expand All @@ -40,7 +41,7 @@ class Form
*
* @var string
*/
protected $_schemaClass = '\Cake\Form\Schema';
protected $_schemaClass = Schema::class;

/**
* The schema used by this form.
Expand Down

0 comments on commit a0d6635

Please sign in to comment.