Skip to content

Commit

Permalink
refactor: update access level to match the parent class
Browse files Browse the repository at this point in the history
  • Loading branch information
saas786 committed Aug 18, 2021
1 parent a0e734e commit 28fa1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Provider extends ServiceProvider {
* @access protected
* @return void
*/
protected function boot() {
public function boot() {
require_once 'bootstrap-filters.php';
}
}

0 comments on commit 28fa1cc

Please sign in to comment.