for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if (!function_exists('smsGlobal')) {
/**
* Factory or driver instance.
*
* @return mixed
*/
function smsGlobal()
{
return app()->make('smsglobal-laravel');
}