9 lines
64 B
PHP
9 lines
64 B
PHP
<?php
|
|
|
|
namespace Inertia;
|
|
|
|
interface IgnoreFirstLoad
|
|
{
|
|
//
|
|
}
|