for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
if ( ! function_exists('gravatar')) {
/**
* Get the gravatar instance.
*
* @return Arcanedev\Gravatar\Contracts\Gravatar
*/
function gravatar()
{
return app(Arcanedev\Gravatar\Contracts\Gravatar::class);
}