ARCANESOFT /
Foundation
| 1 | <?php |
||
| 2 | |||
| 3 | if ( ! function_exists('foundation')) { |
||
| 4 | /** |
||
| 5 | * Get the Foundation instance. |
||
| 6 | * |
||
| 7 | * @return \Arcanesoft\Foundation\Contracts\Foundation |
||
| 8 | */ |
||
| 9 | function foundation() { |
||
| 10 | return app(Arcanesoft\Foundation\Contracts\Foundation::class); |
||
|
0 ignored issues
–
show
Bug
introduced
by
Loading history...
|
|||
| 11 | } |
||
| 12 | } |
||
| 13 |