We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6098253 commit 2c36b14Copy full SHA for 2c36b14
tests/Models/SomeAbstractClass.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace BeyondCode\ErdGenerator\Tests\Models;
4
5
+use Illuminate\Database\Eloquent\Model;
6
7
+abstract class SomeAbstractClass extends Model
8
+{
9
10
+}
0 commit comments