Code Coverage
 
Lines
Functions and Methods
Classes and Traits
Total
100.00% covered (success)
100.00%
6 / 6
n/a
0 / 0
CRAP
n/a
0 / 0
1<?php
2/*
3 * This file is part of Aplus Framework MVC Library.
4 *
5 * (c) Natan Felles <natanfelles@gmail.com>
6 *
7 * For the full copyright and license information, please view the LICENSE
8 * file that was distributed with this source code.
9 */
10return [
11    'exist' => 'The {field} field does not exist.',
12    'existMany' => 'The {field} field has at least one value that does not exist.',
13    'notUnique' => 'The {field} field is not registered.',
14    'unique' => 'The {field} field has already been registered.',
15];