blob: 4e6b7577b2a3da97e42f3d6083bcf464a97b0c87 [file] [log] [blame]
<?php
namespace Illuminate\Contracts\Validation;
interface ValidatesWhenResolved
{
/**
* Validate the given class instance.
*
* @return void
*/
public function validateResolved();
}