yajra / laravel-datatables-editor

Laravel DataTables Editor Integration.
https://yajrabox.com/docs/laravel-datatables/editor-installation
MIT License
115 stars 14 forks source link

Typo in method name #47

Closed denis-kopelevich closed 5 months ago

denis-kopelevich commented 4 years ago

https://github.com/yajra/laravel-datatables-editor/blob/master/src/DataTablesEditor.php#L112

    /**
     * @return string
     */
    protected function getUseFriendlyErrorMessage()
    {
        return 'An error occurs while processing your request.';
    }

Should be getUserFriendlyErrorMessage

yajra commented 4 years ago

Yes, definitely a typo. Can you send a PR to fix the method name? A possible breaking bug fix but I guess it can be considered to be just bug version bump. Thanks!

github-actions[bot] commented 5 months ago

This issue is stale because it has been open for 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 5 months ago

This issue was closed because it has been inactive for 7 days since being marked as stale.