for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace MaksimM\SubqueryMagic;
use MaksimM\SubqueryMagic\Scopes\SubqueryMagicScope;
trait SubqueryMagic
{
public static function bootSubqueryMagic()
static::addGlobalScope(new SubqueryMagicScope());
}