1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-13 11:36:27 +02:00

first refonte

This commit is contained in:
osaajani 2019-10-29 14:57:13 +01:00
commit 9e9cd47b91
226 changed files with 34307 additions and 0 deletions

View file

@ -0,0 +1,7 @@
<?php
/**
* Cette classe sert de mère à tous les controlleurs internes
*/
class InternalController extends Controller
{
}