'required|unique:serenitynow_cacheroute_routes', 'cache_ttl' => 'integer', ]; /* * Disable timestamps by default. * Remove this line if timestamps are defined in the database table. */ public $timestamps = false; /** * @var string The database table used by the model. */ public $table = 'serenitynow_cacheroute_routes'; }