Logo
Explore Help
Register Sign In
starred/BookStack
1
0
Fork 0
You've already forked BookStack
mirror of https://github.com/BookStackApp/BookStack.git synced 2026-05-04 18:08:46 +03:00
Code Issues 784 Packages Projects Releases 15 Wiki Activity
Files
l10n_development
BookStack/app/Entities/Models/DeletableInterface.php

15 lines
296 B
PHP
Raw Permalink Normal View History

Applied another set of static analysis improvements
2021-11-20 14:03:56 +00:00
<?php
Played around with a new app structure
2023-05-17 17:56:55 +01:00
namespace BookStack\Entities\Models;
Applied another set of static analysis improvements
2021-11-20 14:03:56 +00:00
use Illuminate\Database\Eloquent\Relations\MorphMany;
/**
* A model that can be deleted in a manner that deletions
* are tracked to be part of the recycle bin system.
*/
Maintenance: Continued work towards PHPstan level 2 Updated html description code to be behind a proper interface. Set new convention for mode traits/interfaces.
2025-09-02 11:10:47 +01:00
interface DeletableInterface
Applied another set of static analysis improvements
2021-11-20 14:03:56 +00:00
{
public function deletions(): MorphMany;
Tweaked custom command registration, Added StyleCI fixes Old command registration method was interfering with default commands, causing only a limited subset of commands to show overall. This change follows the method the frameworks uses when loading in from a directory to prevent issues with run/load order.
2021-11-22 22:22:31 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 46ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API