1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Applied latest StyleCI changes

This commit is contained in:
Dan Brown
2021-11-06 22:00:33 +00:00
parent 921e25e7e1
commit f2b1d2e1e7
7 changed files with 8 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ use Illuminate\Database\Eloquent\Relations\BelongsTo;
* @property string $html
* @property int $revision_number
* @property Page $page
*
* @property-read ?User $createdBy
*/
class PageRevision extends Model