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

10 lines
166 B
PHP

<?php
use Webkul\Channel\Channel;
if (! function_exists('channel')) {
function channel()
{
return new Channel;
}
}
?>