GuavaCZ / tutorials

MIT License
38 stars 7 forks source link

Updates the widget selector example in the README.md file. #10

Closed fsamapoor closed 2 months ago

fsamapoor commented 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,
    ]);
}
github-actions[bot] commented 2 months ago

:tada: This PR is included in version 1.0.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: