mirror of
https://github.com/vlang/v.git
synced 2025-09-17 19:36:35 -04:00
vweb: make controllers of struct Controller public (#18153)
This commit is contained in:
parent
d62c4c9fc1
commit
492a93ecd9
@ -420,7 +420,7 @@ interface ControllerInterface {
|
||||
}
|
||||
|
||||
pub struct Controller {
|
||||
mut:
|
||||
pub mut:
|
||||
controllers []&ControllerPath
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user