mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-23 08:40:49 +09:00
Add missing variable
This commit is contained in:
@@ -194,6 +194,7 @@ class ItemController extends Controller
|
|||||||
public function create(): View
|
public function create(): View
|
||||||
{
|
{
|
||||||
//
|
//
|
||||||
|
$data['item'] = new \App\Item();
|
||||||
$data['tags'] = Item::ofType('tag')->orderBy('title', 'asc')->pluck('title', 'id');
|
$data['tags'] = Item::ofType('tag')->orderBy('title', 'asc')->pluck('title', 'id');
|
||||||
$data['tags']->prepend(__('app.dashboard'), 0);
|
$data['tags']->prepend(__('app.dashboard'), 0);
|
||||||
$data['current_tags'] = '0';
|
$data['current_tags'] = '0';
|
||||||
|
|||||||
Reference in New Issue
Block a user