mirror of
https://github.com/ad-aures/castopod.git
synced 2026-04-13 03:27:45 +02:00
refactor: rename controller methods for views and actions to be more consistent
add PermalinkEditor component
This commit is contained in:
parent
8cf9c6dc83
commit
85704bfbe0
48 changed files with 779 additions and 827 deletions
|
|
@ -19,7 +19,7 @@ class FediverseController extends BaseController
|
|||
return redirect()->route('fediverse-blocked-actors');
|
||||
}
|
||||
|
||||
public function blockedActors(): string
|
||||
public function blockedActorsView(): string
|
||||
{
|
||||
helper(['form']);
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ class FediverseController extends BaseController
|
|||
]);
|
||||
}
|
||||
|
||||
public function blockedDomains(): string
|
||||
public function blockedDomainsView(): string
|
||||
{
|
||||
helper(['form']);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue