elektronika_bagisto/packages/Webkul/Channel/src/Http/helpers.php

10 lines
166 B
PHP
Raw Normal View History

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