mirror of
https://github.com/laravel/valet.git
synced 2026-02-07 17:10:05 +01:00
8 lines
113 B
PHP
8 lines
113 B
PHP
<?php
|
|
|
|
use Valet\Drivers\ValetDriver as RealValetDriver;
|
|
|
|
abstract class ValetDriver extends RealValetDriver
|
|
{
|
|
}
|