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