for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thinktomorrow\Chief\Management\Details;
trait HasSections
{
/**
* Custom sections for the index listing such as sidebar info, filters, search, title and so on.
*/
public static function sections(): Sections
return new Sections();
}