5 lines
87 B
PHP
5 lines
87 B
PHP
<?php
|
|
|
|
function imagekit() {
|
|
return \Kirby\Plugins\ImageKit\ImageKit::instance();
|
|
}
|