fix: add namespace for psr-4 (#2)

* fix: composer psr4

* wip: 1679920116
This commit is contained in:
Victor Westerlund 2023-03-27 17:11:55 +02:00 committed by GitHub
parent 08d4ae3d68
commit 8296bf0efd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,7 @@
<?php
namespace FunctionFlags;
class FunctionFlags {
// Limit value for debug_backtrace()
private static $trace_limit = 5;