for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Amarkal\Taxonomy;
class AddField
extends \Amarkal\UI\AbstractComponent
{
public function get_script_path()
return __DIR__.'/add-field.phtml';
}