heizung/bootstrap/providers.php

8 lines
89 B
PHP
Raw Normal View History

<?php
use App\Providers\AppServiceProvider;
return [
AppServiceProvider::class,
];