mirror of
https://github.com/anna-sara/vbytes_lan.git
synced 2025-12-24 05:17:13 +01:00
8 lines
77 B
PHP
8 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
abstract class Controller
|
|
{
|
|
//
|
|
}
|