for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Thinktomorrow\AssetLibrary;
class NullAsset extends Asset
{
public function exists(): bool
return false;
}
public function filename($size = ''): string
return '';
public function url($size = ''): string