Fixed indentation, tabs removed

This commit is contained in:
Samuel 2023-01-06 19:57:24 +01:00 committed by GitHub
parent ca5924646d
commit 11221cbb3e
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
{