restore composer.json, add mysqli extension
This commit is contained in:
17
app/Services/API/CalculaionService.php
Normal file
17
app/Services/API/CalculaionService.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services\API;
|
||||
|
||||
|
||||
class CalculationService
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
echo "Empty func";
|
||||
}
|
||||
|
||||
public function get_file(int $kv, int $f): string
|
||||
{
|
||||
return "salom";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user