Skip to content

Commit d996a0c

Browse files
Add DocumentationLinkFactory to DocumentationLink model. Add phpstan config file
1 parent 43404ac commit d996a0c

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

app/Models/DocumentationLink.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
namespace App\Models;
66

77
use App\Enums\Framework;
8+
use Database\Factories\DocumentationLinkFactory;
89
use Illuminate\Database\Eloquent\Factories\HasFactory;
910
use Illuminate\Database\Eloquent\Model;
1011

phpstan.neon

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
includes:
2+
- vendor/larastan/larastan/extension.neon
3+
- vendor/nesbot/carbon/extension.neon
4+
5+
parameters:
6+
7+
paths:
8+
- app/
9+
- database/
10+
11+
# Level 10 is the highest level
12+
level: 5

0 commit comments

Comments
 (0)