Skip to content

Commit 7380d0a

Browse files
authored
Create Entity.php
1 parent e81f806 commit 7380d0a

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

system/Language/en/Entity.php

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<?php
2+
3+
/**
4+
* CLI language strings.
5+
*
6+
* @package CodeIgniter
7+
* @author CodeIgniter Dev Team
8+
* @copyright 2014-2019 British Columbia Institute of Technology (https://bcit.ca/)
9+
* @license https://opensource.org/licenses/MIT MIT License
10+
* @link https://codeigniter.com
11+
* @filesource
12+
*
13+
* @codeCoverageIgnore
14+
*/
15+
16+
return
17+
[
18+
'tryingToAccessNonExistentProperty' => 'Trying to access non existent property {0} of {1}'
19+
];

0 commit comments

Comments
 (0)