This commit is contained in:
20
src/Printer/FormatModification.php
Normal file
20
src/Printer/FormatModification.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
namespace Aternos\Mclogs\Printer;
|
||||
|
||||
/**
|
||||
* Class FormatModification
|
||||
*
|
||||
* @package Printer
|
||||
*/
|
||||
class FormatModification extends \Aternos\Codex\Minecraft\Printer\FormatModification
|
||||
{
|
||||
/**
|
||||
* @param string $format
|
||||
* @return string
|
||||
*/
|
||||
protected function getClasses(string $format): string
|
||||
{
|
||||
return "format format-" . $format;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user