migrate to gtea from bistbucket
This commit is contained in:
10
public/restaurant/app/Entity/FilePath.php
Normal file
10
public/restaurant/app/Entity/FilePath.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace App\Entity;
|
||||
|
||||
class FilePath
|
||||
{
|
||||
public const PATH_USER_FILES = 'public/users/';
|
||||
|
||||
public const PATH_USER_AVATAR = self::PATH_USER_FILES.'avatars/';
|
||||
}
|
||||
Reference in New Issue
Block a user