first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* @file controllers/grid/navigationMenus/form/NavigationMenuItemsForm.php
|
||||
*
|
||||
* Copyright (c) 2014-2021 Simon Fraser University
|
||||
* Copyright (c) 2000-2021 John Willinsky
|
||||
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
|
||||
*
|
||||
* @class NavigationMenuItemsForm
|
||||
*
|
||||
* @ingroup controllers_grid_navigationMenus
|
||||
*
|
||||
* @brief Form for managers to create/edit navigationMenuItems.
|
||||
*/
|
||||
|
||||
namespace APP\controllers\grid\navigationMenus\form;
|
||||
|
||||
use PKP\controllers\grid\navigationMenus\form\PKPNavigationMenuItemsForm;
|
||||
|
||||
class NavigationMenuItemsForm extends PKPNavigationMenuItemsForm
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user