Sleimanx2\Plastic\Mappings\Mappings::__construct PHP Méthode

__construct() public méthode

Create a new database mapping repository instance.
public __construct ( Illuminate\Database\ConnectionResolverInterface $resolver, string $table )
$resolver Illuminate\Database\ConnectionResolverInterface
$table string
    public function __construct(Resolver $resolver, $table)
    {
        $this->table = $table;
        $this->resolver = $resolver;
    }