for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* @file CmdTrait.php
* @brief This file contains the CmdTrait class.
* @details
* @author Filippo F. Fadda
*/
namespace EoC\Command;
trait CmdTrait {
public static function getClass() {
return __CLASS__;
}