validation.php 603 B

1234567891011121314151617
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | Validation Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. | The following language lines contain the default error messages used by
  9. | the validator class. Some of these rules have multiple versions such
  10. | as the size rules. Feel free to tweak each of these messages here.
  11. |
  12. */
  13. 'attached' => 'This :attribute is already attached.',
  14. 'relatable' => 'This :attribute may not be associated with this resource.',
  15. ];