Skip to content

Commit 57e26e4

Browse files
committed
Update plugin class
1 parent 3b3f4cf commit 57e26e4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/UploadPlugin.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,27 @@
1313
*/
1414
class UploadPlugin extends BasePlugin
1515
{
16+
/**
17+
* The name of this plugin
18+
*
19+
* @var string|null
20+
*/
21+
protected ?string $name = 'Upload';
22+
23+
/**
24+
* Console middleware
25+
*
26+
* @var bool
27+
*/
28+
protected bool $consoleEnabled = false;
29+
30+
/**
31+
* Load routes or not
32+
*
33+
* @var bool
34+
*/
35+
protected bool $routesEnabled = false;
36+
1637
/**
1738
* Plugin bootstrap.
1839
*

0 commit comments

Comments
 (0)