Closed fsamapoor closed 2 months ago
The selector needs to be a string based on the method implementation.
public static function make(string $selector) { return app(static::class, [ 'selector' => $selector, ]); }
:tada: This PR is included in version 1.0.1 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
The selector needs to be a string based on the method implementation.