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

8 lines
162 B
PHP
Raw Normal View History

2018-10-17 07:21:47 +00:00
<?php
if (! function_exists('bouncer')) {
function bouncer()
{
return app()->make(\Webkul\User\Bouncer::class);
}
}
?>