for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Matchish\ScoutElasticSearch\Database\Scopes;
use Illuminate\Database\Eloquent\Scope;
abstract class ImportScope implements Scope
{
public function key()
return static::class;
}