Okipa / laravel-table

Generate tables from Eloquent models.
MIT License
527 stars 64 forks source link

Fix one PHPStan error in Table::actionConfirmed #97

Closed szepeviktor closed 1 year ago

szepeviktor commented 1 year ago

.. if you are sure $actionType won't get any other value.

Okipa commented 1 year ago

@szepeviktor, thanks ! I finally chose to throw an exception if the action is not recognized :)

szepeviktor commented 1 year ago

You're welcome.

My PR-s are inspirational.