mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-03 06:56:15 +00:00
#591 - sites
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
use Database\Factories\DeploymentScriptFactory;
|
||||
use Illuminate\Database\Eloquent\Factories\HasFactory;
|
||||
use Illuminate\Database\Eloquent\Relations\BelongsTo;
|
||||
|
||||
@ -13,7 +14,7 @@
|
||||
*/
|
||||
class DeploymentScript extends AbstractModel
|
||||
{
|
||||
/** @use HasFactory<\Database\Factories\DeploymentScriptFactory> */
|
||||
/** @use HasFactory<DeploymentScriptFactory> */
|
||||
use HasFactory;
|
||||
|
||||
protected static function boot(): void
|
||||
|
Reference in New Issue
Block a user