mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-05-04 18:08:46 +03:00
Theme Modules: Added dev documentation
This commit is contained in:
@@ -4,13 +4,13 @@ namespace BookStack\Theming;
|
||||
|
||||
use BookStack\Exceptions\ThemeException;
|
||||
|
||||
class ThemeModule
|
||||
readonly class ThemeModule
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $name,
|
||||
public readonly string $description,
|
||||
public readonly string $folderName,
|
||||
public readonly string $version,
|
||||
public string $name,
|
||||
public string $description,
|
||||
public string $folderName,
|
||||
public string $version,
|
||||
) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user