Доработка подсчета метрик
This commit is contained in:
8
app/Services/PatientMigrationService.php
Normal file
8
app/Services/PatientMigrationService.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
class PatientMigrationService
|
||||
{
|
||||
|
||||
}
|
||||
8
app/Services/StationarBranchService.php
Normal file
8
app/Services/StationarBranchService.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
namespace App\Services;
|
||||
|
||||
class StationarBranchService
|
||||
{
|
||||
|
||||
}
|
||||
11
resources/js/Pages/TestQuery.vue
Normal file
11
resources/js/Pages/TestQuery.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
$END$
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user