Allow VCS URLs to be null in projects

This commit is contained in:
Alex Cabal 2024-12-16 21:31:49 -06:00
parent d902074285
commit 7a3c7ad503
12 changed files with 94 additions and 36 deletions

View file

@ -1,7 +0,0 @@
<?
namespace Exceptions;
class VcsUrlRequiredException extends AppException{
/** @var string $message */
protected $message = 'VCS URL is required.';
}