mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 12:09:27 +01:00
19 lines
249 B
Plaintext
19 lines
249 B
Plaintext
<?php
|
|
|
|
namespace $namespace$\Providers;
|
|
|
|
use Illuminate\Support\ServiceProvider;
|
|
|
|
class $class$Provider extends ServiceProvider
|
|
{
|
|
public function register(): void
|
|
{
|
|
//
|
|
}
|
|
|
|
public function boot(): void
|
|
{
|
|
//
|
|
}
|
|
}
|