for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php namespace Mascame\Artificer\Fields\Types;
class Published extends Checkbox
{
public function show()
if ($this->value) {
?>
<div class="text-center">
<i class="fa fa-globe" title="Published"></i>
</div>
<?php
}