add all controllers logic
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\Frontend;
|
||||
|
||||
class FrontendPageService
|
||||
{
|
||||
public function page(string $name): array
|
||||
{
|
||||
return [
|
||||
'page' => $name,
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user