for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* This file is part of GitterBot package.
*
* @author Serafim <[email protected]>
* @date 11.10.2015 6:07
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Domains\Bot\Achievements;
use Domains\Karma;
use Interfaces\Gitter\Achieve\AbstractAchieve;
* Class DocsAchieve
class DocsAchieve extends AbstractAchieve
{
* @var string
public $title = 'Красавчик';
public $description = 'Помог переводить документацию. Настоящий мужик!';
public $image = '//karma.laravel.su/img/achievements/docs.gif';
* @throws \LogicException
public function handle()
// Only manual addition
}