diff --git a/app/Traits/UsePostgres.php b/app/Traits/UsePostgres.php new file mode 100644 index 0000000..b8f7c1e --- /dev/null +++ b/app/Traits/UsePostgres.php @@ -0,0 +1,21 @@ +connection('pgsql'); + } +} \ No newline at end of file