mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 16:24:04 +00:00
remove debuggable trait, update larastan
This commit is contained in:
parent
87c08cebc4
commit
c74a7b6fd4
7 changed files with 7 additions and 177 deletions
|
|
@ -1,12 +0,0 @@
|
|||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Stancl\Tenancy\Enums;
|
||||
|
||||
enum LogMode
|
||||
{
|
||||
case NONE;
|
||||
case SILENT;
|
||||
case INSTANT;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue