🔧
This commit is contained in:
53
vendor/inertiajs/inertia-laravel/_ide_helpers.php
vendored
Normal file
53
vendor/inertiajs/inertia-laravel/_ide_helpers.php
vendored
Normal file
@@ -0,0 +1,53 @@
|
||||
<?php
|
||||
|
||||
/** @noinspection PhpUndefinedClassInspection */
|
||||
/** @noinspection PhpFullyQualifiedNameUsageInspection */
|
||||
/** @noinspection PhpUnusedAliasInspection */
|
||||
|
||||
namespace Illuminate\Testing {
|
||||
|
||||
/**
|
||||
* @see \Inertia\Testing\TestResponseMacros
|
||||
*
|
||||
* @method self assertInertia(\Closure $assert = null)
|
||||
*/
|
||||
class TestResponse
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Foundation\Testing {
|
||||
|
||||
/**
|
||||
* @see \Inertia\Testing\TestResponseMacros
|
||||
*
|
||||
* @method self assertInertia(\Closure $assert = null)
|
||||
*/
|
||||
class TestResponse
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Support\Facades {
|
||||
|
||||
/**
|
||||
* @method static self inertia(string $uri, string $component, array $props = [])
|
||||
*/
|
||||
class Route
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
|
||||
namespace Illuminate\Routing {
|
||||
|
||||
/**
|
||||
* @method self inertia(string $uri, string $component, array $props = [])
|
||||
*/
|
||||
class Router
|
||||
{
|
||||
//
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user