Commit b133708e authored by Fredy Nurman Saleh's avatar Fredy Nurman Saleh

Bring back all providers

parent 960d7693
......@@ -22,11 +22,10 @@ trait ProviderTrait
public static function getCoreProviders()
{
$files = FileHelper::findFiles(
__DIR__.DIRECTORY_SEPARATOR.'providers/core',
[
__DIR__.DIRECTORY_SEPARATOR.'providers', [
'only' => ['*.php'],
'recursive' => false,
]
'recursive' => true,
]
);
foreach ($files as $file) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment