Skip to content

Commit

Permalink
Add .stubs.php (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdullahsari authored Nov 4, 2022
1 parent 13ab3ad commit 09afe08
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .stubs.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php

namespace Illuminate\Routing
{
class Router
{
public function feeds(): void {}
}
}

namespace Illuminate\Support\Facades
{
class Route
{
public static function feeds(): void {}
}
}

0 comments on commit 09afe08

Please sign in to comment.