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 GrumblerAchieve
class GrumblerAchieve extends AbstractAchieve
{
* @var string
public $title = 'Почётный ворчун';
public $description = 'Заворчит вас до смерти';
public $image = '//karma.laravel.su/img/achievements/grumbler.gif';
* @throws \LogicException
public function handle()
// This special achievement
}