sarga/packages/Webkul/Core/src/Http/helpers.php

10 lines
151 B
PHP
Raw Normal View History

2018-07-24 11:11:32 +00:00
<?php
use Webkul\Core\Core;
if (! function_exists('core')) {
function core()
{
return new Core;
}
}
?>