...
|
...
|
@@ -78,8 +78,6 @@ class SeasonBanner extends Backend |
|
|
public function edit($ids = null)
|
|
|
{
|
|
|
$row = $this->model->get($ids);
|
|
|
dump($row);
|
|
|
die;
|
|
|
$Info = Db::name('season_banner')->where('id', $ids)->find();
|
|
|
if (!$row) {
|
|
|
$this->error(__('No Results were found'));
|
...
|
...
|
|