Update Composer packages
This commit is contained in:
parent
76a5c7ea8b
commit
9252d9ce90
32 changed files with 906 additions and 114 deletions
|
@ -16,6 +16,13 @@ use Kirby\Filesystem\F;
|
|||
*/
|
||||
class Languages extends Collection
|
||||
{
|
||||
/**
|
||||
* All registered languages methods
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
public static $methods = [];
|
||||
|
||||
/**
|
||||
* Creates a new collection with the given language objects
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue