Creating bare-bones controller in feed plugin for updates.
Starting work on #47. This will eventually provide a mechanism for triggering manual feed updates from the backend.
This commit is contained in:
15
www/plugins/jasonwilliams/feed/controllers/Import.php
Normal file
15
www/plugins/jasonwilliams/feed/controllers/Import.php
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php namespace Jasonwilliams\Feed\Controllers;
|
||||
|
||||
use BackendMenu;
|
||||
use Backend\Classes\Controller;
|
||||
|
||||
/**
|
||||
* Import Back-end Controller
|
||||
*/
|
||||
class Import extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user