Use correct ValidatingTrait. Closes #3033

This commit is contained in:
James Brooks
2018-06-14 07:34:19 +01:00
parent 01c29a4466
commit e5509d4776

View File

@@ -11,7 +11,7 @@
namespace CachetHQ\Cachet\Models;
use AltThree\TestBench\ValidationTrait;
use AltThree\Validator\ValidatingTrait;
use Illuminate\Database\Eloquent\Model;
/**
@@ -21,7 +21,7 @@ use Illuminate\Database\Eloquent\Model;
*/
class Taggable extends Model
{
use ValidationTrait;
use ValidatingTrait;
/**
* The attributes that should be casted to native types.