mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
11 lines
130 B
PHP
11 lines
130 B
PHP
<?php
|
|
|
|
namespace App\Actions\Assets;
|
|
|
|
class UpdateAssetAction
|
|
{
|
|
public static function run()
|
|
{
|
|
// stuff
|
|
}
|
|
} |