Update TableException.php

This commit is contained in:
wolfcode
2023-07-18 12:05:42 +08:00
parent e48eaefc2a
commit 87cd894cb3

View File

@@ -1,6 +1,6 @@
<?php
namespace EasyAdmin\curd\exceptions;
namespace app\admin\service\curd\exceptions;
class TableException extends \Exception
{