generated from Syrian-Open-Source/laravel-package-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This package use ignored
/** * @var array */ private $ignoredTables = ['migrations' , 'password_resets' , 'failed_jobs'];
in BaseHelper.php class, this attribute use when the client called setAllTablesFromDatabase
function to execute any process on all tables
this attribute should be initialized from such as config file with default values, so we can determine which file will be ignored
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request