mirror of
https://github.com/HolgerHatGarKeineNode/einundzwanzig-app.git
synced 2026-06-17 16:40:31 +00:00
🔠 Standardize brand name casing to **EINUNDZWANZIG** across translations, controllers, views, and configurations
This commit is contained in:
+4
-2
@@ -1,5 +1,7 @@
|
||||
<?php
|
||||
|
||||
use App\Models\LibraryItem;
|
||||
|
||||
return [
|
||||
'feeds' => [
|
||||
'main' => [
|
||||
@@ -11,14 +13,14 @@ return [
|
||||
* You can also pass an argument to that method. Note that their key must be the name of the parameter:
|
||||
* [App\Model::class, 'getAllFeedItems', 'parameterName' => 'argument']
|
||||
*/
|
||||
'items' => [\App\Models\LibraryItem::class, 'getFeedItems'],
|
||||
'items' => [LibraryItem::class, 'getFeedItems'],
|
||||
|
||||
/*
|
||||
* The feed will be available on this url.
|
||||
*/
|
||||
'url' => 'feed',
|
||||
|
||||
'title' => 'Einundzwanzig - Feed',
|
||||
'title' => 'EINUNDZWANZIG - Feed',
|
||||
'description' => 'Toximalist infotainment for bullish bitcoiners.',
|
||||
'language' => 'de',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user