Fixed indentation, tabs removed (#233)

This commit is contained in:
Samuel 2023-01-06 22:47:02 +01:00 committed by GitHub
parent ca5924646d
commit fd768f14c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,7 +70,7 @@ So, to give you an example, you would do this:
```php
class Comment extends Model
{
use BelongsToPrimaryModel;
use BelongsToPrimaryModel;
public function getRelationshipToPrimaryModel(): string
{