Skip to content

Commit

Permalink
Update plugin class
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Oct 13, 2023
1 parent 3b3f4cf commit 57e26e4
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/UploadPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,27 @@
*/
class UploadPlugin extends BasePlugin
{
/**
* The name of this plugin
*
* @var string|null
*/
protected ?string $name = 'Upload';

/**
* Console middleware
*
* @var bool
*/
protected bool $consoleEnabled = false;

/**
* Load routes or not
*
* @var bool
*/
protected bool $routesEnabled = false;

/**
* Plugin bootstrap.
*
Expand Down

0 comments on commit 57e26e4

Please sign in to comment.