freescout-restricted-customers/src/FreescoutRestrictedCustomersServiceProvider.php

20 lines
365 B
PHP
Raw Normal View History

2024-07-03 11:45:15 +00:00
<?php
/*
SPDX-License-Identifier: AGPL
SPDX-FileCopyrightText: © 2024 Millions Missing FRANCE <info@millionsmissing.fr>
*/
namespace MMF\FreescoutRestrictedCustomers;
use Illuminate\Support\ServiceProvider;
class FreescoutRestrictedCustomersServiceProvider extends ServiceProvider {
public function register() {
//
}
public function boot() {
//
}
}