Skip to content

Commit

Permalink
Remove unnecessary code in index.blade.php
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPunyapal committed Dec 23, 2023
1 parent 29b559c commit 2b6f703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions resources/views/posts/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@inject('queryResolver', 'App\Support\QueryResolver')
@use('App\Support\Settings')
@php
/** @var App\Support\QueryResolver $queryResolver */
@endphp
@extends('layouts.app')
@section('title', __('posts.index.Posts'))
@section('content')
Expand Down

0 comments on commit 2b6f703

Please sign in to comment.