Add new version in repository
This commit is contained in:
8
routes/Admin/Botanic/route.php
Normal file
8
routes/Admin/Botanic/route.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
Route::prefix('Botanic')->namespace('Botanic')->name('Botanic.')->group(function () {
|
||||
include( __DIR__ . '/Families.php');
|
||||
include( __DIR__ . '/Genres.php');
|
||||
include( __DIR__ . '/Species.php');
|
||||
include( __DIR__ . '/Varieties.php');
|
||||
});
|
||||
Reference in New Issue
Block a user