mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-05-07 08:46:26 +02:00
7 lines
136 B
PHP
Executable file
7 lines
136 B
PHP
Executable file
<?php
|
|
/**
|
|
* Cette classe sert de mère à tous les controlleurs internes
|
|
*/
|
|
class InternalController extends Controller
|
|
{
|
|
}
|