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