@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Controllers\View;
|
||||
|
||||
/**
|
||||
* Compatibility wrapper for older references.
|
||||
*
|
||||
* School-year lifecycle behavior lives in App\Controllers\Administrator,
|
||||
* where status changes are exposed only as dedicated actions.
|
||||
*/
|
||||
class SchoolYearController extends \App\Controllers\Administrator\SchoolYearController
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user