Mordi Sacks
Mordi Sacks
OK, tested.
Ok, found a solution ```php public function has($path) { if ($this->getObject($path)->exists()) { return true; } return count(array_filter($this->listContents($path), function ($item) use ($path) { return $item['path'] === $path; })) === 1; }...
fixed by #107
I Have the same issue
same issue here
so it is not fixed to a specific size so for database scheme I guess i need to use varchar 255 Thanks everyone.
I have managed to achieve this by using a middleware that changed to settings (and having multiple tables), but it would be nice, if the package would support different guards...
updated comment, it is line 188, not 199