| Current Path : /home/pteabiscqq/www/libraries/quix/src/Config/Contracts/ |
| Current File : /home/pteabiscqq/www/libraries/quix/src/Config/Contracts/TransformerInterface.php |
<?php
namespace ThemeXpert\Config\Contracts;
interface TransformerInterface
{
public function transform($config, $path = null);
}