From e1a48c8208c181fd40ecb065878ba9ea49b1f48f Mon Sep 17 00:00:00 2001
From: ryo <ryo@nopwd.lol>
Date: Thu, 6 Mar 2025 13:06:42 +0000
Subject: Initial Commit

---
 bootstrap/providers.php | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 bootstrap/providers.php

(limited to 'bootstrap/providers.php')

diff --git a/bootstrap/providers.php b/bootstrap/providers.php
new file mode 100644
index 0000000..38b258d
--- /dev/null
+++ b/bootstrap/providers.php
@@ -0,0 +1,5 @@
+<?php
+
+return [
+    App\Providers\AppServiceProvider::class,
+];
-- 
cgit v1.2.3