Skip to content

Commit

Permalink
Move IDE helpers into stub
Browse files Browse the repository at this point in the history
  • Loading branch information
ycs77 committed Oct 25, 2024
1 parent 23eb1a0 commit a217934
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
18 changes: 0 additions & 18 deletions _ide_helpers.php

This file was deleted.

13 changes: 13 additions & 0 deletions stubs/ide-helper/_ide_helpers.stub
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,16 @@ namespace Illuminate\Routing {
//
}
}

namespace Inertia {

/**
* @method static \Inertia\Exceptions\Handler exception()
*
* @see \Inertia\Exceptions\Handler
*/
class Inertia
{
//
}
}

0 comments on commit a217934

Please sign in to comment.