Skip to content

Commit

Permalink
fix php-cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Jan 16, 2024
1 parent bf48612 commit ed28dd8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/DashboardController.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ private function ongDashboard()
];
});


return Inertia::render('AdminOng/Dashboard', [
'data' => $data,
]);
Expand Down
1 change: 0 additions & 1 deletion resources/js/Pages/AdminOng/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import DashboardLayout from '@/Layouts/DashboardLayout.vue';
import Title from '@/Components/Title.vue';
import {ChartBarIcon} from '@heroicons/vue/outline';
import {organization} from "../../../../public/build/assets/ro-adfdc2c4.js";
const props = defineProps({
Expand Down

0 comments on commit ed28dd8

Please sign in to comment.