Beispiel #1
0
 public static function say($text)
 {
     $cow = Farm::create(\Cowsayphp\Farm\Cow::class);
     return $cow->say($text);
 }