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