Skip to content

Commit

Permalink
Disable unused hooks.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 18, 2020
1 parent aa6cdb2 commit c4892b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/bootstrap.php

This file was deleted.

3 changes: 3 additions & 0 deletions src/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
*/
class Plugin extends BasePlugin
{
protected $bootstrapEnabled = false;
protected $routesEnabled = false;

/**
* Add middleware
*
Expand Down

0 comments on commit c4892b9

Please sign in to comment.