for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace PHPHub\Presenters;
use McCool\LaravelAutoPresenter\BasePresenter;
/**
* Class UserPresenter.
*/
class UserPresenter extends BasePresenter
{
public function avatar()
return cdn('uploads/avatars/'.$this->getWrappedObject()->avatar);
}