3792846778
Starting work on #47. This will eventually provide a mechanism for triggering manual feed updates from the backend.
16 lines
220 B
PHP
16 lines
220 B
PHP
<?php namespace Jasonwilliams\Feed\Controllers;
|
|
|
|
use BackendMenu;
|
|
use Backend\Classes\Controller;
|
|
|
|
/**
|
|
* Import Back-end Controller
|
|
*/
|
|
class Import extends Controller
|
|
{
|
|
public function index()
|
|
{
|
|
|
|
}
|
|
}
|