for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Webfactor\Laravel\Backpack\FluentSyntax\Contracts;
abstract class CrudFieldAbstract extends CrudAbstract implements CrudFieldInterface
{
/*
|--------------------------------------------------------------------------
| Methods available for all Field Types
*/
}