mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 10:10:48 +01:00
Dusting
This commit is contained in:
@@ -23,7 +23,7 @@ class ContactSubmissionController extends Controller
|
||||
$descriptionContent .= '
|
||||
|
||||
|
||||
**Discord**: ' . $contactSubmission->discord;
|
||||
**Discord**: '.$contactSubmission->discord;
|
||||
}
|
||||
|
||||
DiscordAlert::message(sprintf('There is a new contact submission from %s (%s).', $contactSubmission->name, $contactSubmission->email), [
|
||||
|
||||
@@ -10,7 +10,7 @@ class PostsController extends Controller
|
||||
{
|
||||
public function index()
|
||||
{
|
||||
$posts = Sheets::all()->filter(fn($post) => ! $post->hidden)->sortByDesc('date');
|
||||
$posts = Sheets::all()->filter(fn ($post) => ! $post->hidden)->sortByDesc('date');
|
||||
$paginatedPosts = Paginate::collection($posts, 6);
|
||||
|
||||
return view('posts.index', [
|
||||
|
||||
Reference in New Issue
Block a user