mirror of
https://github.com/dlang/dmd.git
synced 2025-04-28 22:20:37 +03:00
7 lines
161 B
D
7 lines
161 B
D
module example7190.controllers.HomeController;
|
|
|
|
import serenity7190.core.Controller;
|
|
|
|
class HomeController : Controller {
|
|
mixin register!(HomeController);
|
|
}
|