fipamo/app/Services/RenderService.php
ro 950ca6f7ea
added sorting and render service classes
plugged in sorting class to gather the info necessary for the render
class to convert markown files to html and move them to the correct
location in the public diretory
2024-03-14 12:39:43 -06:00

11 lines
102 B
PHP

<?php
namespace App\Services;
class RenderService
{
public function __construct()
{
}
}