chore(docs) BaseController
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
/**
|
||||
* BaseController class representing the base controller.
|
||||
* This class can be extended by other controller classes to inherit common functionality.
|
||||
*/
|
||||
export default class BaseController {
|
||||
/**
|
||||
* Creates an instance of BaseController.
|
||||
* @constructor
|
||||
*/
|
||||
constructor() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user