mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 06:30:08 +00:00
ce21ae24db
Co-authored-by: Shift <shift@laravelshift.com>
9 lines
77 B
PHP
9 lines
77 B
PHP
<?php
|
|
|
|
namespace App\Http\Controllers;
|
|
|
|
abstract class Controller
|
|
{
|
|
//
|
|
}
|