Skip to content

Commit

Permalink
Add missing addMIddleware function to PluginInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
Timot Tarjani committed Feb 18, 2024
1 parent 3b09e6f commit b586884
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Libs/PluginInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ public function onInstall(): void;

public function addProviders(): array;

public function addMiddlewares(): array;

public function cliCommands(): array;

}

0 comments on commit b586884

Please sign in to comment.