Should fix rule, category and other name checks. #793

This commit is contained in:
James Cole
2017-09-01 11:20:51 +02:00
parent 0e465ade48
commit 632d95f1fb
2 changed files with 2 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ use Watson\Validating\ValidatingTrait;
class Bill extends Model
{
use ValidatingTrait;
use SoftDeletes, ValidatingTrait;
/**
* The attributes that should be casted to native types.
*