Регистр файлов
This commit is contained in:
parent
4fd0187ea6
commit
c8958cbee0
83 changed files with 25 additions and 53 deletions
|
|
@ -1,7 +0,0 @@
|
|||
<?php
|
||||
|
||||
class Arr {
|
||||
static function get($data, $key, $default = null) {
|
||||
return isset($data[$key]) ? $data[$key] : $default;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue