bug fixes

This commit is contained in:
2023-08-31 23:21:20 +10:00
parent 147b55ae78
commit 2257736ad9
15 changed files with 741 additions and 504 deletions

View File

@@ -33,9 +33,9 @@ class MediaConductor extends Conductor
*
* @var array
*/
protected $defaultFilters = [
'status' => 'OK'
];
// protected $defaultFilters = [
// 'status' => 'OK'
// ];
/**